Skip to content

Commit

Permalink
fix: 버튼 상태 string 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Doeunnkimm committed Aug 21, 2024
1 parent 2d5be65 commit ad39a74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const ScreenContainer = () => {
css={handWavingButtonCss}
style={{ boxShadow: isProgressHandWavings ? shadow.elevation3 : undefined }}
>
{isProgressHandWavings ? '손 흔들어 인사하기' : '손 흔들어 인사하기 완료!'}
{isProgressHandWavings ? '손 흔들어 인사하기 완료!' : '손 흔들어 인사하기'}
</Button>
)}
</div>
Expand Down

0 comments on commit ad39a74

Please sign in to comment.