Remove active interaction on large photos

This commit is contained in:
Sam Becker 2024-05-09 19:22:40 -05:00
parent 577371e28f
commit 55db7b5766

View File

@ -77,10 +77,8 @@ export default function PhotoLarge({
contentMain={
<Link
href={pathForPhoto(photo)}
className={clsx(
'active:brightness-75',
arePhotosMatted &&
'flex items-center aspect-[3/2] bg-gray-100',
className={clsx(arePhotosMatted &&
'flex items-center aspect-[3/2] bg-gray-100',
)}
prefetch={prefetch}
>