Add hover to focal length links

This commit is contained in:
Sam Becker 2024-05-29 22:00:16 -05:00
parent a124ef3737
commit ce2a5a213f

View File

@ -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 &&