Skip to content

Commit

Permalink
refactor: 카카오 계정 로그인 강조 길이 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 committed Nov 27, 2024
1 parent 68aeb04 commit 15f57d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MemberEventLogin = () => {
<FunnelLayout>
<Top>
<Top.Line text={`행사 관리 접근을 위해`} />
<Top.Line text="카카오 계정 로그인을 해주세요." emphasize={['카카오 계정 로그인을 해주세요.']} />
<Top.Line text="카카오 계정 로그인을 해주세요." emphasize={['카카오 계정 로그인']} />
</Top>
<Button variants="kakao" size="large" onClick={() => goKakaoLogin(previousUrl)}>
<Flex alignItems="center" gap="0.625rem">
Expand Down

0 comments on commit 15f57d6

Please sign in to comment.