Skip to content

Commit

Permalink
feat: 온보딩 바로 로그인하기 링크 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeyeonan committed Sep 24, 2023
1 parent 766178c commit 634c59c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/pages/Onboarding/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,14 @@ export const Onboarding = () => {
<Typo.h5>{currentSlide === 4 ? '시작' : '다음'}</Typo.h5>
</StyledButton>
</StyledLink>
<Typo.b3 color={Palette.Gray5}>바로 로그인하기</Typo.b3>
<StyledLink to="/signup">
<Typo.b3
color={Palette.Gray5}
style={{ textDecoration: 'underline' }}
>
바로 로그인하기
</Typo.b3>
</StyledLink>
</TextContainer>
</Container>
);
Expand Down

0 comments on commit 634c59c

Please sign in to comment.