We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a227757 commit 8354f99Copy full SHA for 8354f99
components/layout/header-and-side-nav.tsx
@@ -55,7 +55,7 @@ export default async function HeaderAndSideNav({lang}: HeaderAndSideNavProps) {
55
>
56
{dict.components.starUs} <RiStarLine className="h-5 w-5" color="#eac54f"/>
57
</Link>
58
- <Link href={`/${lang}/download`} className="text-muted-foreground hover:text-foreground">
+ <Link href={`/${lang}/download`} className={linkClasses}>
59
<RiDownload2Fill className="h-5 w-5"/> {dict.components.header.links.download}
60
61
<Separator className="my-2"/>
0 commit comments