This commit is contained in:
parent
164f4a0f3c
commit
0025e453e8
9 changed files with 5 additions and 9 deletions
|
|
@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
|
|||
|
||||
const ITEMS = [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Latest", href: "/latest" },
|
||||
];
|
||||
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
|
|||
|
||||
const ITEMS = [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Latest", href: "/latest" },
|
||||
];
|
||||
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -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] {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
|
|||
|
||||
const ITEMS = [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Latest", href: "/latest" },
|
||||
];
|
||||
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
|
|||
|
||||
const ITEMS = [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Latest", href: "/latest" },
|
||||
];
|
||||
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
|
|||
|
||||
const ITEMS = [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Latest", href: "/latest" },
|
||||
];
|
||||
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
|
|||
|
||||
const ITEMS = [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Latest", href: "/latest" },
|
||||
];
|
||||
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
|
|||
|
||||
const ITEMS = [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Latest", href: "/latest" },
|
||||
];
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue