We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3510c34 + 7934c2e commit 01a9707Copy full SHA for 01a9707
1 file changed
src/components/Header/Header.jsx
@@ -90,7 +90,7 @@ function Header({ countStar, notice }) {
90
</a>
91
) : (
92
<Link className="flex items-center gap-1" to={link.link}>
93
- {link.icon}
+ {/* {link.icon} */}
94
{link.name}
95
</Link>
96
)}
0 commit comments