Skip to content

Commit

Permalink
fix: build error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sumi-0011 committed Mar 20, 2024
1 parent 280fd00 commit adc64ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/survey/join.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const JoinGuidePage = () => {
</StaggerWrapper>

<TooltipButton tooltipLabel="피드백 데이터를 간편하게 모아볼 수 있어요!">
<CTAButton css={kakaoButtonCss} onClick={loginHandler}>
<CTAButton css={kakaoButtonCss} onClick={() => loginHandler()}>
<KakaoIcon />
<span>카카오 계정으로 회원가입 하기</span>
</CTAButton>
Expand Down

0 comments on commit adc64ae

Please sign in to comment.