Skip to content

Commit

Permalink
!Hotfix: 병합 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobbymin committed Oct 1, 2024
1 parent 63d3ba4 commit decfa47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/features/layout/nav-bar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const NavBar = () => {
};

return (
<Wrapper as='nav'>
<Wrapper as='nav'>
{navBarData.map((item) => (
<Tab as='a' key={item.title} onClick={() => handleNav(item.path)}>
Expand Down

0 comments on commit decfa47

Please sign in to comment.