Skip to content

Commit

Permalink
icon removed from menu
Browse files Browse the repository at this point in the history
  • Loading branch information
devvsakib committed Jul 29, 2024
1 parent 5749af8 commit 380100e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function Header({ countStar, notice }) {
</a>
) : (
<Link className="flex items-center gap-1" to={link.link}>
{link.icon}
{/* {link.icon} */}
{link.name}
</Link>
)}
Expand Down

0 comments on commit 380100e

Please sign in to comment.