From 866635694e9ce16eed94f8dbacb42b95364b73f8 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 29 Dec 2024 19:34:50 -0600 Subject: [PATCH] feat: added link to home page --- frontend/src/Pages/Home_.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." ] ]