Skip to content

Commit

Permalink
Fix: LoingBtn taget ์ œ๊ฑฐ
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed Jan 18, 2024
1 parent 0c57cd5 commit 530cb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/header/NavButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface INavBarButton {
const NavButton = ({ title, routing, target }: INavBarButton) => {
if (title === 'Log in' || title === 'MY')
return (
<Link href={routing} target={target}>
<Link href={routing}>
<LoginButton>{title}</LoginButton>
</Link>
);
Expand Down

0 comments on commit 530cb33

Please sign in to comment.