diff --git a/app/components/PrevNextLinks.tsx b/app/components/PrevNextLinks.tsx index 93b4f50..9a03b3a 100644 --- a/app/components/PrevNextLinks.tsx +++ b/app/components/PrevNextLinks.tsx @@ -18,7 +18,7 @@ function ArrowIcon(props: JSX.IntrinsicElements["svg"]) { type PageLinkProps = Omit & { title: string; href: string; - dir?: "previous" | "next"; + dir: "previous" | "next"; }; function PageLink(props: PageLinkProps) {