diff options
author | Ashelyn Rose <git@tempest.dev> | 2023-07-19 16:04:21 -0600 |
---|---|---|
committer | Ashelyn Rose <git@tempest.dev> | 2023-07-19 16:04:21 -0600 |
commit | 8730783c1cc16d26b952c254b6a90769b8bcc158 (patch) | |
tree | 0fd0dada145f2922a4f35f187d791c6b6e820091 /components/layout/Header.tsx | |
parent | 53e7daffac70865dbd9d619ad578230ebf7eb44a (diff) |
put webring in footer
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 |