diff options
Diffstat (limited to 'components/layout/Header.tsx')
-rw-r--r-- | components/layout/Header.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/layout/Header.tsx b/components/layout/Header.tsx index 23ba4b2..6fa16ff 100644 --- a/components/layout/Header.tsx +++ b/components/layout/Header.tsx @@ -20,8 +20,9 @@ export default function Title() { } <nav> <a href="/about">about</a> - <a href="/posts">posts</a> + {/* <a href="/posts">posts</a> */} <a href="/contact">contact</a> + <a href="/webring">webring</a> </nav> <div className="headerBackground"> <Image |