Skip to content

Commit

Permalink
fix: 배너 텍스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjoo-jung committed Jan 27, 2024
1 parent 730433c commit d4bd880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CouponList/CouponBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const CouponBanner = () => {
<div>
<TabBannerTitle>이번 달 우리 지역 인기 쿠폰</TabBannerTitle>
<TabBannerContent>
{sigunguData}에서 가장 많이 사용된 쿠폰은?
{sigunguData}에서 가장 많이 다운로드된 쿠폰은?
<span>{data.first_coupon_title}쿠폰</span>이에요!
</TabBannerContent>
</div>
Expand Down

0 comments on commit d4bd880

Please sign in to comment.