Skip to content

Commit

Permalink
fix: 하이드레이션 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaerocket committed Oct 22, 2023
1 parent a2ff30b commit 0ad24ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Container = styled.nav`
border-top: 1px solid #ddd;
`;

const NavLink = styled.a<{ $active: boolean }>`
const NavLink = styled.div<{ $active: boolean }>`
position: relative;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 0ad24ae

Please sign in to comment.