Skip to content

Commit

Permalink
Update nav.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid authored Sep 22, 2024
1 parent aff50a7 commit df4f832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nav.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export default [
{ title: 'home', link: '/', emoji: ':house:' },
{ title: 'blog', link: '/blog', emoji: ':memo:' },
{ title: 'blog', link: 'https://blog.thinliquid.dev', emoji: ':memo:' },
{ title: 'buttons galore', link: '/buttons-galore', emoji: ':sparkles:' },
{ title: 'socials n\' webrings', link: '/socials', emoji: ':globe_with_meridians:' },
{ title: 'code::stats', link: '/stats', emoji: ':computer:' },
{ title: 'follow on nekoweb', link: 'https://nekoweb.org/follow/thnlqd', emoji: ':cat:' },
{ title: 'guestbook', link: 'https://thnlqd.atabook.org', emoji: ':open_book:' },
]
]

0 comments on commit df4f832

Please sign in to comment.