Compare commits

...

1 Commits

Author SHA1 Message Date
Jiang Bohan
2efe2e4ad4 fix(web): match Changelog header link to GitHub ghost button
The Changelog link rendered as plain text next to two pill-shaped
buttons, breaking the header's visual rhythm. Reuse the shared ghost
button helper so all secondary actions share one shape language.
2026-05-10 14:40:44 +08:00

View File

@@ -47,10 +47,8 @@ export function LandingHeader({
<Link
href="/changelog"
className={cn(
"hidden text-[13px] font-medium transition-colors sm:inline-flex",
variant === "dark"
? "text-white/72 hover:text-white"
: "text-[#0a0d12]/64 hover:text-[#0a0d12]",
headerButtonClassName("ghost", variant),
"hidden sm:inline-flex",
)}
>
{t.header.changelog}