From 4549d3463145620f35bcc8459ebfdd9e52f923cf 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', }, {