Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank committed Nov 4, 2024
1 parent 376b37a commit cc6b319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ function PostCard(
{ post, dateFormat }: {
post: Post;
dateFormat?: DateFormat;
lang?: string;
},
) {
return (
Expand Down Expand Up @@ -231,7 +232,7 @@ export function PostPage({ post, state }: PostPageProps) {
);
}

function Footer() {
function Footer(_props: { author?: string }) {
return (
<footer class="mt-20 pb-16 lt-sm:pb-8 lt-sm:mt-16">
<p class="flex items-center gap-2.5 text-gray-400/800 dark:text-gray-500/800 text-sm">
Expand Down

0 comments on commit cc6b319

Please sign in to comment.