From 9ccbaeb690f437d45d06088ac56158211e733b96 Mon Sep 17 00:00:00 2001 From: Hasnae Date: Mon, 27 Jul 2026 10:18:15 +1000 Subject: [PATCH] fix github links --- src/components/layout/site-footer.tsx | 2 +- src/components/layout/site-header.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout/site-footer.tsx b/src/components/layout/site-footer.tsx index 457f5ff..a1ff6b8 100644 --- a/src/components/layout/site-footer.tsx +++ b/src/components/layout/site-footer.tsx @@ -30,7 +30,7 @@ const FOOTER_SECTIONS: { title: string; links: FooterLink[] }[] = [ }, { title: 'More', - links: [{ label: 'GitHub', href: 'https://github.com/labset' }], + links: [{ label: 'GitHub', href: 'https://github.com/labset/website-template' }], }, ] diff --git a/src/components/layout/site-header.tsx b/src/components/layout/site-header.tsx index 5d2620c..1cbcb73 100644 --- a/src/components/layout/site-header.tsx +++ b/src/components/layout/site-header.tsx @@ -25,7 +25,7 @@ const NAV_LINKS: NavLink[] = [ { label: 'Blog', to: '/blog' }, ] -const GITHUB_URL = 'https://github.com/labset' +const GITHUB_URL = 'https://github.com/labset/website-template' export function SiteHeader() { return (