Skip to content

Commit

Permalink
fix: lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Mar 26, 2024
1 parent 396fd86 commit 4632fc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/shared/carousel/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ function Banner({ bannerData }: { bannerData: BannerType }) {
color="white"
css={{ borderRadius: '20px', backgroundColor: 'black', padding: '4px 12px' }}
>
{currentSlide + 1}/{bannerList.length}
{currentSlide + 1}
/
{bannerList.length}
</Text>
</div>

Expand Down

0 comments on commit 4632fc5

Please sign in to comment.