diff --git a/src/components/community/shared/PostItemImageItem.tsx b/src/components/community/shared/PostItemImageItem.tsx index 2cad06a..9ac8c72 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'}`}> - +
); };