From 99af2e855ebe25740e5cefba6e42a153f8f35def Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 9 Dec 2024 22:25:18 -0600 Subject: [PATCH] feat: refactored a shit ton of stuff --- frontend/src/Layouts/Navbar.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Layouts/Navbar.elm b/frontend/src/Layouts/Navbar.elm index 1e4a9e1..3519238 100755 --- a/frontend/src/Layouts/Navbar.elm +++ b/frontend/src/Layouts/Navbar.elm @@ -565,7 +565,7 @@ mobileFooterImageMaker config icon = gitlabDetails : { name : String, url : String } gitlabDetails = { name = "gitlab" - , url = "https://gitlab.com/BRBWaffles/website" + , url = "https://gitlab.com/upRootNutrition/website" }