Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejha committed Mar 22, 2024
1 parent 1c8be76 commit f7d7482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/jurumarble/src/app/main/components/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function Carousel({ hotDrinkList }: Props) {
<DrinkImageContainer>
<RankginMark>{index + 1}</RankginMark>
<DrinkImageWrapper
alt={name}
src={image}
fill
style={{ borderRadius: '10px' }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function HotDrinkVoteContainer() {
<DrinkImageBox color="orange">
<ImageWrapper>
<DrinkImageWrapper
alt="A이미지"
src={drinkAImage}
fill
style={{ borderRadius: '80px' }}
Expand All @@ -41,6 +42,7 @@ function HotDrinkVoteContainer() {
<DrinkImageBox color="mint">
<ImageWrapper>
<DrinkImageWrapper
alt="B이미지"
src={drinkBImage}
fill
style={{ borderRadius: '80px' }}
Expand Down

0 comments on commit f7d7482

Please sign in to comment.