From 3c41600ae8976e6181a5e20db3c58bfab8f72534 Mon Sep 17 00:00:00 2001 From: Klink <85062+dogmar@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:00:27 -0700 Subject: [PATCH] Fix Github link in footer --- src/components/FooterNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FooterNav.tsx b/src/components/FooterNav.tsx index bd5292bb..d96bc31d 100644 --- a/src/components/FooterNav.tsx +++ b/src/components/FooterNav.tsx @@ -26,7 +26,7 @@ const navItems = [ }, { children: 'GitHub', - href: 'https://github.com/plural.sh', + href: 'https://github.com/pluralsh/plural', target: '_blank', }, {