Skip to content

Commit

Permalink
fix: 술정보 보기 -> 술정보 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leejiho9898 committed Oct 18, 2023
1 parent 3802ddc commit 02e69b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function VoteDescription({
<OverlayPercent>{percentageA}%</OverlayPercent>
<OverlayCount> {totalCountA}</OverlayCount>
{voteType === 'DRINK' && (
<OverlayButton>술정보 보기 &nbsp; {'>'}</OverlayButton>
<OverlayButton>술 정보 &nbsp; {'>'}</OverlayButton>
)}
</div>
<AorBMark AorB="A">A</AorBMark>
Expand Down Expand Up @@ -139,7 +139,7 @@ function VoteDescription({
<OverlayPercent>{percentageB}%</OverlayPercent>
<OverlayCount> {totalCountB}</OverlayCount>
{voteType === 'DRINK' && (
<OverlayButton>술정보 보기&nbsp; {'>'}</OverlayButton>
<OverlayButton>술 정보&nbsp; {'>'}</OverlayButton>
)}
</div>
<AorBMark AorB="B">B</AorBMark>
Expand Down

0 comments on commit 02e69b9

Please sign in to comment.