rearranged navigation

This commit is contained in:
2025-11-14 18:42:34 +13:00
parent 3c61f85091
commit 6cea1d3b9d

View File

@@ -4,14 +4,14 @@ const links = [
txt: 'now', txt: 'now',
lnk: '/now' lnk: '/now'
}, },
{
txt: 'posts',
lnk: '/posts'
},
{ {
txt: 'photos', txt: 'photos',
lnk: '/photos' lnk: '/photos'
}, },
{
txt: 'posts',
lnk: '/posts'
},
] ]
--- ---