Skip to content

Commit

Permalink
Refactor: 라우터 경로 변경에 따른 Link 수정 (#2)
Browse files Browse the repository at this point in the history
- 변경된 라우터 경로에 맞춰 Link 컴포넌트 경로 수정
- 네비게이션 동작 확인 및 관련 로직 업데이트
- 경로 변경으로 인한 잘못된 링크 참조 오류 방지
  • Loading branch information
sunglitter committed Dec 5, 2024
1 parent 939e19e commit b68c227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Header = () => {
</StyledLink>
</NavItem>
<NavItem>
<StyledLink to="/community" onClick={toggleMobileMenu}>
<StyledLink to="/community/post" onClick={toggleMobileMenu}>
Community
</StyledLink>
</NavItem>
Expand Down

0 comments on commit b68c227

Please sign in to comment.