Skip to content

Commit

Permalink
fix: NavBar jsx 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leejin-rho committed Jun 27, 2024
1 parent 2197dd3 commit ea419d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const NavBar = () => {
<MypageIcon />
</NavBarItem>
</div>
</>
</div>
);
};

Expand Down

0 comments on commit ea419d6

Please sign in to comment.