diff options
Diffstat (limited to 'components/layout/Header.tsx')
-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 6fa16ff..5e589c9 100644 --- a/components/layout/Header.tsx +++ b/components/layout/Header.tsx @@ -22,7 +22,7 @@ export default function Title() { <a href="/about">about</a> {/* <a href="/posts">posts</a> */} <a href="/contact">contact</a> - <a href="/webring">webring</a> + <a target="blank" href="https://git.tempest.dev/ashe/tempest.dev">code</a> </nav> <div className="headerBackground"> <Image |