From 68795d250e3d5ee888dd5ebb098a8c769ec2e06f Mon Sep 17 00:00:00 2001 From: Bjarke Madsen <bjarke@nordu.net> Date: Wed, 1 May 2024 14:13:45 +0200 Subject: [PATCH] update landing page text --- compendium-frontend/src/pages/Landing.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compendium-frontend/src/pages/Landing.tsx b/compendium-frontend/src/pages/Landing.tsx index 5de10384..5959cbb8 100644 --- a/compendium-frontend/src/pages/Landing.tsx +++ b/compendium-frontend/src/pages/Landing.tsx @@ -54,8 +54,7 @@ function Landing(): ReactElement { <Card.Body> <Card.Title>Compendium Data</Card.Title> <Card.Text> - The results of the Compendium Surveys data given annually by - NRENs. Statical represetation of the data is available here. + <span>Statistical representation of the annual Compendium Survey data is available here</span> </Card.Text> </Card.Body> </Link> -- GitLab