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 = [
|
const ITEMS = [
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Latest", href: "/latest" },
|
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
|
|
@ -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 (
|
||||||
|
|
|
||||||
|
|
@ -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] {
|
||||||
|
|
|
||||||
|
|
@ -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 (
|
||||||
|
|
|
||||||
|
|
@ -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 (
|
||||||
|
|
|
||||||
|
|
@ -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 (
|
||||||
|
|
|
||||||
|
|
@ -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 (
|
||||||
|
|
|
||||||
|
|
@ -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 (
|
||||||
|
|
|
||||||
|
|
@ -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 (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue