diff --git a/components.tsx b/components.tsx index b62879b..e75b180 100644 --- a/components.tsx +++ b/components.tsx @@ -127,6 +127,7 @@ function PostCard( { post, dateFormat }: { post: Post; dateFormat?: DateFormat; + lang?: string; }, ) { return ( @@ -231,7 +232,7 @@ export function PostPage({ post, state }: PostPageProps) { ); } -function Footer() { +function Footer(_props: { author?: string }) { return (