From 6cc5aa04657486d979b639925f3f7633b5afa697 Mon Sep 17 00:00:00 2001 From: Ategon Date: Tue, 11 Feb 2025 03:09:08 -0500 Subject: [PATCH] Make things fullwidth --- src/app/p/[slug]/page.tsx | 2 +- src/components/posts/CommentCard.tsx | 2 +- src/components/posts/PostCard.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/p/[slug]/page.tsx b/src/app/p/[slug]/page.tsx index b04a97d..eb8b66b 100644 --- a/src/app/p/[slug]/page.tsx +++ b/src/app/p/[slug]/page.tsx @@ -151,7 +151,7 @@ export default function PostPage() {
diff --git a/src/components/posts/CommentCard.tsx b/src/components/posts/CommentCard.tsx index e34b001..9cb8fda 100644 --- a/src/components/posts/CommentCard.tsx +++ b/src/components/posts/CommentCard.tsx @@ -45,7 +45,7 @@ export default function CommentCard({ comment }: { comment: CommentType }) {
diff --git a/src/components/posts/PostCard.tsx b/src/components/posts/PostCard.tsx index e439bdc..73d9589 100644 --- a/src/components/posts/PostCard.tsx +++ b/src/components/posts/PostCard.tsx @@ -153,7 +153,7 @@ export default function PostCard({