1
0
Fork 0

fix(org): Typo in design component

This commit is contained in:
Joost De Cock 2022-12-24 22:51:03 +01:00
parent 2d8c396edb
commit fc329f8a1a

View file

@ -69,9 +69,12 @@ const Design = ({ design }) => {
`} `}
> >
{/* Link over the entire card */} {/* Link over the entire card */}
<Link href={`/designs/${design}`}> <Link
href={`/designs/${design}`}
className="absolute top-0 right-0 w-full h-full"
title={t(`${design}.t`)}
>
{' '} {' '}
className="absolute top-0 right-0 w-full h-full" title={t(`${design}.t`)} >
</Link> </Link>
{/* Slanted corner ribbon with the difficulty */} {/* Slanted corner ribbon with the difficulty */}
<div className="absolute top-0 right-0"> <div className="absolute top-0 right-0">