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 (