diff --git a/web/src/components/index/navbar.astro b/web/src/components/index/navbar.astro index f3acbba..8de936b 100644 --- a/web/src/components/index/navbar.astro +++ b/web/src/components/index/navbar.astro @@ -4,14 +4,14 @@ const links = [ txt: 'now', lnk: '/now' }, - { - txt: 'posts', - lnk: '/posts' - }, { txt: 'photos', lnk: '/photos' }, + { + txt: 'posts', + lnk: '/posts' + }, ] ---