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