Skip to content

Commit

Permalink
test: Update LinkIcon size in NavLink component
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghunYang committed Feb 16, 2024
1 parent e6421ca commit 27cd9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/view/atom/nav-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function NavLink({ children, icon, href, selected }: React.PropsW
},
)}
>
<LinkIcon className="w-6" />
<LinkIcon className="w-8" />
<p className="hidden md:block">{children}</p>
</Link>
);
Expand Down

0 comments on commit 27cd9bc

Please sign in to comment.