summary refs log tree commit diff
diff options
context:
space:
mode:
authortempest <git@tempest.dev>2024-12-27 21:18:31 -0700
committertempest <git@tempest.dev>2024-12-27 21:18:31 -0700
commit93baddb8c0da50c9adeac2c0107f80b681419bb1 (patch)
treef98b9b7048e5bdac9f45aa388db379a06ea198d4
parent62e30b890db9f754ab56f07a651d475686dbc70f (diff)
Update code URL HEAD main
-rw-r--r--components/layout/Header.tsx2
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}