Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Nov 18, 2024
1 parent 82f05d1 commit 8128590
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pages/store/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,13 @@ function StorePage() {
onClick={() => onClickGift(item)}
variant="unstyled"
>
<Box w="full" aspectRatio={1 / 1} position="relative">
<Box
borderRadius="8px"
overflow="hidden"
w="full"
aspectRatio={1 / 1}
position="relative"
>
<Image src={item.image} alt="storeGift" priority={idx < 6} fill />

{(!isShowActive || item.max <= item.totalCnt) && (
Expand Down

0 comments on commit 8128590

Please sign in to comment.