Skip to content

Commit

Permalink
feat: 바텀네비게이션에 토픽생성하기 페이지 이동 로직 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeyoung103 committed Jan 7, 2024
1 parent cafe942 commit 9ad36ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const BottomNavigation = () => {
<Text size={12}>MY</Text>
</StyledNavLink>
</RadiusContainer>
<StyledNavLink to={'/plus'}>
<StyledNavLink to={'/topics/create'}>
<PlusContainer>
<WriteBoxIcon width={26} height={26} />
</PlusContainer>
Expand Down

0 comments on commit 9ad36ba

Please sign in to comment.