diff --git a/src/components/community/shared/PostDetail.tsx b/src/components/community/shared/PostDetail.tsx
index 216982b..2ace12b 100644
--- a/src/components/community/shared/PostDetail.tsx
+++ b/src/components/community/shared/PostDetail.tsx
@@ -95,7 +95,7 @@ const PostDetail = ({ postData }: PostDetailType) => {
{postData.images?.map((image, i) => (
-
+
))}
diff --git a/src/components/community/shared/PostItemImageItem.tsx b/src/components/community/shared/PostItemImageItem.tsx
index 9ac8c72..2cad06a 100644
--- a/src/components/community/shared/PostItemImageItem.tsx
+++ b/src/components/community/shared/PostItemImageItem.tsx
@@ -3,7 +3,7 @@ import React from 'react';
const PostItemImageItem = ({ image, count }: { image: string; count: number }) => {
return (
1 ? 'w-[260px] h-[180px] ' : 'w-[360px] h-[180px] z-1'}`}>
-
+
);
};