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 (