Skip to content

Commit

Permalink
fix: 우리술 인기 투표 워딩 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejha committed Oct 22, 2023
1 parent 5f43572 commit 30708b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ function HotDrinkVoteContainer() {
<>
<H2>
우리술
<Main01Color> 투표</Main01Color>
<Main01Color> 인기 투표</Main01Color>
</H2>
<H3>{nowTime}시, 지금 가장 인기있는 우리술 투표에요.</H3>
<H3>{nowTime}시, 지금 가장 인기있는 우리술 투표예요.</H3>
<PopularVoteCard
onClick={() => router.push(`${Path.VOTE_DETAIL_PAGE}/${voteId}`)}
>
Expand Down

0 comments on commit 30708b3

Please sign in to comment.