1
0
Fork 0

wip(org): Keep page size down by keeping patrons/contributors out of the footer

This commit is contained in:
Joost De Cock 2022-06-08 16:30:36 +02:00
parent d3da19d654
commit c194ea30c2
3 changed files with 58 additions and 69 deletions

View file

@ -1,8 +1,8 @@
import Link from 'next/link'
const linkClasses = fixed => fixed
? `w-16 aspect-square block`
: "w-12 md:w-14 xl:w-20 aspect-square block"
? `w-16 h-16 aspect-square block`
: "w-12 h-12 md:w-14 md:h-14 xl:w-20 xl:h-20 aspect-square block"
const PreviewTile = ({ img, slug, title, href=false, fixed=false }) => (
<div