Add hover to focal length links
This commit is contained in:
parent
a124ef3737
commit
ce2a5a213f
@ -167,7 +167,10 @@ export default function PhotoLarge({
|
||||
<ul className="text-medium">
|
||||
<li>
|
||||
{photo.focalLength &&
|
||||
<Link href={pathForFocalLength(photo.focalLength)}>
|
||||
<Link
|
||||
href={pathForFocalLength(photo.focalLength)}
|
||||
className="hover:text-main active:text-medium"
|
||||
>
|
||||
{photo.focalLengthFormatted}
|
||||
</Link>}
|
||||
{photo.focalLengthIn35MmFormatFormatted &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user