From 0025e453e8a52caca77524a66464c4c8bdd339c4 Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Thu, 25 Jun 2026 18:29:06 +0530 Subject: [PATCH] Remove latest nav link --- sites/art/src/components/sections/navbar.tsx | 1 - sites/poetry/src/components/sections/navbar.tsx | 1 - sites/poetry/src/styles/global.css | 6 +++++- sites/puzzles/src/components/sections/navbar.tsx | 1 - sites/reflections/src/components/sections/navbar.tsx | 1 - sites/research/src/components/sections/navbar.tsx | 1 - sites/reviews/src/components/sections/navbar.tsx | 1 - sites/vibes/src/components/sections/navbar.tsx | 1 - src/components/sections/navbar.tsx | 1 - 9 files changed, 5 insertions(+), 9 deletions(-) diff --git a/sites/art/src/components/sections/navbar.tsx b/sites/art/src/components/sections/navbar.tsx index 210127f..e876ae5 100644 --- a/sites/art/src/components/sections/navbar.tsx +++ b/sites/art/src/components/sections/navbar.tsx @@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => { const ITEMS = [ { label: "About", href: "/about" }, - { label: "Latest", href: "/latest" }, ]; return ( diff --git a/sites/poetry/src/components/sections/navbar.tsx b/sites/poetry/src/components/sections/navbar.tsx index 210127f..e876ae5 100644 --- a/sites/poetry/src/components/sections/navbar.tsx +++ b/sites/poetry/src/components/sections/navbar.tsx @@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => { const ITEMS = [ { label: "About", href: "/about" }, - { label: "Latest", href: "/latest" }, ]; return ( diff --git a/sites/poetry/src/styles/global.css b/sites/poetry/src/styles/global.css index f10239b..cf9c495 100644 --- a/sites/poetry/src/styles/global.css +++ b/sites/poetry/src/styles/global.css @@ -410,7 +410,11 @@ } .poetry-archive li { - @apply flex items-baseline justify-between gap-8 border-t py-4; + @apply flex items-baseline justify-between gap-8 py-4; + } + + .poetry-archive li + li { + @apply border-t; } .poetry-archive li[hidden] { diff --git a/sites/puzzles/src/components/sections/navbar.tsx b/sites/puzzles/src/components/sections/navbar.tsx index 210127f..e876ae5 100644 --- a/sites/puzzles/src/components/sections/navbar.tsx +++ b/sites/puzzles/src/components/sections/navbar.tsx @@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => { const ITEMS = [ { label: "About", href: "/about" }, - { label: "Latest", href: "/latest" }, ]; return ( diff --git a/sites/reflections/src/components/sections/navbar.tsx b/sites/reflections/src/components/sections/navbar.tsx index 210127f..e876ae5 100644 --- a/sites/reflections/src/components/sections/navbar.tsx +++ b/sites/reflections/src/components/sections/navbar.tsx @@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => { const ITEMS = [ { label: "About", href: "/about" }, - { label: "Latest", href: "/latest" }, ]; return ( diff --git a/sites/research/src/components/sections/navbar.tsx b/sites/research/src/components/sections/navbar.tsx index 210127f..e876ae5 100644 --- a/sites/research/src/components/sections/navbar.tsx +++ b/sites/research/src/components/sections/navbar.tsx @@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => { const ITEMS = [ { label: "About", href: "/about" }, - { label: "Latest", href: "/latest" }, ]; return ( diff --git a/sites/reviews/src/components/sections/navbar.tsx b/sites/reviews/src/components/sections/navbar.tsx index 210127f..e876ae5 100644 --- a/sites/reviews/src/components/sections/navbar.tsx +++ b/sites/reviews/src/components/sections/navbar.tsx @@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => { const ITEMS = [ { label: "About", href: "/about" }, - { label: "Latest", href: "/latest" }, ]; return ( diff --git a/sites/vibes/src/components/sections/navbar.tsx b/sites/vibes/src/components/sections/navbar.tsx index 210127f..e876ae5 100644 --- a/sites/vibes/src/components/sections/navbar.tsx +++ b/sites/vibes/src/components/sections/navbar.tsx @@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => { const ITEMS = [ { label: "About", href: "/about" }, - { label: "Latest", href: "/latest" }, ]; return ( diff --git a/src/components/sections/navbar.tsx b/src/components/sections/navbar.tsx index 210127f..e876ae5 100644 --- a/src/components/sections/navbar.tsx +++ b/src/components/sections/navbar.tsx @@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => { const ITEMS = [ { label: "About", href: "/about" }, - { label: "Latest", href: "/latest" }, ]; return (