fix(org): Typo in design component
This commit is contained in:
parent
2d8c396edb
commit
fc329f8a1a
1 changed files with 5 additions and 2 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue