Remove latest nav link
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-25 18:29:06 +05:30
parent 164f4a0f3c
commit 0025e453e8
9 changed files with 5 additions and 9 deletions

View file

@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
const ITEMS = [ const ITEMS = [
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Latest", href: "/latest" },
]; ];
return ( return (

View file

@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
const ITEMS = [ const ITEMS = [
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Latest", href: "/latest" },
]; ];
return ( return (

View file

@ -410,7 +410,11 @@
} }
.poetry-archive li { .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] { .poetry-archive li[hidden] {

View file

@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
const ITEMS = [ const ITEMS = [
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Latest", href: "/latest" },
]; ];
return ( return (

View file

@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
const ITEMS = [ const ITEMS = [
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Latest", href: "/latest" },
]; ];
return ( return (

View file

@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
const ITEMS = [ const ITEMS = [
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Latest", href: "/latest" },
]; ];
return ( return (

View file

@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
const ITEMS = [ const ITEMS = [
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Latest", href: "/latest" },
]; ];
return ( return (

View file

@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
const ITEMS = [ const ITEMS = [
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Latest", href: "/latest" },
]; ];
return ( return (

View file

@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
const ITEMS = [ const ITEMS = [
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Latest", href: "/latest" },
]; ];
return ( return (