Skip to content

Commit 8354f99

Browse files
authored
fix: set normal link classes
1 parent a227757 commit 8354f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/layout/header-and-side-nav.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default async function HeaderAndSideNav({lang}: HeaderAndSideNavProps) {
5555
>
5656
{dict.components.starUs} <RiStarLine className="h-5 w-5" color="#eac54f"/>
5757
</Link>
58-
<Link href={`/${lang}/download`} className="text-muted-foreground hover:text-foreground">
58+
<Link href={`/${lang}/download`} className={linkClasses}>
5959
<RiDownload2Fill className="h-5 w-5"/> {dict.components.header.links.download}
6060
</Link>
6161
<Separator className="my-2"/>

0 commit comments

Comments
 (0)