We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5749af8 commit 380100eCopy full SHA for 380100e
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