From 6cea1d3b9d9e16003c37ccfdf6393c0ce66b0348 Mon Sep 17 00:00:00 2001 From: June Date: Fri, 14 Nov 2025 18:42:34 +1300 Subject: [PATCH] rearranged navigation --- web/src/components/index/navbar.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' + }, ] ---