diff options
-rw-r--r-- | components/layout/Header.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/Header.tsx b/components/layout/Header.tsx index cd3bde1..e57839b 100644 --- a/components/layout/Header.tsx +++ b/components/layout/Header.tsx @@ -18,7 +18,7 @@ export default function Title({headerImage}: {headerImage: ReactNode}) { <nav> <Link href="/about">about</Link> <Link href="/contact">contact</Link> - <Link target="blank" href="https://git.tempest.dev/ashe/tempest.dev">code</Link> + <Link target="blank" href="https://git.tempest.dev/tempest.dev/">code</Link> </nav> <div className="headerBackground"> {headerImage} |