diff --git a/frontend/src/Pages/Home_.elm b/frontend/src/Pages/Home_.elm index 845cbf4..af30de3 100755 --- a/frontend/src/Pages/Home_.elm +++ b/frontend/src/Pages/Home_.elm @@ -191,8 +191,8 @@ homePage device image = [ text "upRootNutrition is an " , newTabLink [] { url = "https://gitlab.com/upRootNutrition/website" - , label = detailBodyLink TextLightOrange "open source project" + , label = detailBodyLink TextLightOrange "open source" } - , text " created by Nick Hiebert, designed to elevate the quality of nutrition science communication in online discourse. By applying more rigorous systems of reasoning, such as formal logic and semantic analysis, upRootNutrition aims to cut through the misinformation and sophistry that are endemic on social media." + , text " project created by Nick Hiebert, designed to elevate the quality of nutrition science communication in online discourse. By applying more rigorous systems of reasoning, such as formal logic and semantic analysis, upRootNutrition aims to cut through the misinformation and sophistry that are endemic on social media." ] ]