diff --git a/frontend/components/PostCard.tsx b/frontend/components/PostCard.tsx index e79dc23..b541804 100644 --- a/frontend/components/PostCard.tsx +++ b/frontend/components/PostCard.tsx @@ -4,7 +4,7 @@ import { Post } from "../types/index.ts"; export const PostCard = function PostCard({ post }: { post: Post }) { return ( -