Skip to content

Commit

Permalink
hotfix: 리뷰 사진 썸네일 크기 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
oooppq committed Feb 1, 2024
1 parent 5e89396 commit 0a92256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/detail/PerfumeReviewList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const ReviewContent = async ({ id }: PerfumeReviewProps) => {

<div className="flex gap-[14px] w-full">
{photos.map((photo, index: number) => (
<div key={photo} className="relative w-1/3 pb-[30.7%] mb-5">
<div key={photo} className="relative w-1/3 pb-[33%] mb-5">
<Image
src={photo}
alt={`Thumbnail ${index + 1}`}
Expand Down

0 comments on commit 0a92256

Please sign in to comment.