Skip to content

Commit

Permalink
fix: 스타일 및 문구 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tjrdnjs1534 committed Sep 7, 2024
1 parent dbac65b commit a486af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Guide/OperationPeriod/DrawInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function DrawInfo() {
</DrawContent>
<LimitText>
<Image src="/image-proxy/guide/coin.png" width={14} height={14} alt="coin" />
20명 추첨
5명 추첨
</LimitText>
</Flex>
<Flex $direction="column" $align="center" $gap={10}>
Expand All @@ -39,7 +39,7 @@ export function DrawInfo() {
</DrawContent>
<LimitText>
<Image src="/image-proxy/guide/coin.png" width={14} height={14} alt="coin" />
20명 추첨
30명 추첨
</LimitText>
</Flex>
</Flex>
Expand Down
1 change: 1 addition & 0 deletions components/MainCarousel/MainCarouselContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function MainCarouselContent({ src, link }: { src: string; link: string }) {

const Wrapper = styled.div`
aspect-ratio: 390/210;
position: relative;
img {
width: 100%;
height: 100%;
Expand Down

0 comments on commit a486af0

Please sign in to comment.