fix: rename GitHub button to Star on GitHub with count badge

This commit is contained in:
ashim-hq
2026-04-24 00:43:46 +08:00
parent e9cc76119a
commit d2c01d561e
+4 -1
View File
@@ -67,7 +67,10 @@ export function Navbar() {
>
<Github size={16} />
<Star size={12} className="text-accent" />
<span>{stars}</span>
<span>Star on GitHub</span>
{stars !== "Star" && (
<span className="rounded-full bg-background-alt px-1.5 py-0.5 text-xs">{stars}</span>
)}
</a>
<a
href="/contact"