fix: add color transition to the footer links
This commit is contained in:
parent
7c8c2f56b0
commit
d5d27b85c5
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ function Footer() {
|
|||
<span key={link.href}>
|
||||
<Link
|
||||
href={link.href}
|
||||
className="text-base hover:text-primary hover:underline"
|
||||
className="text-base hover:text-primary hover:underline transition-colors duration-100"
|
||||
>
|
||||
{link.label}
|
||||
</Link>
|
||||
|
@ -34,7 +34,7 @@ function Footer() {
|
|||
<span key={link.href}>
|
||||
<Link
|
||||
href={link.href}
|
||||
className="text-base hover:text-primary hover:underline"
|
||||
className="text-base hover:text-primary hover:underline transition-colors duration-100"
|
||||
>
|
||||
{link.label}
|
||||
</Link>
|
||||
|
|
Loading…
Reference in a new issue