1
0
Fork 0

chore(shared): Fix linter warnings in sites/shared

This commit is contained in:
joostdecock 2023-05-19 18:15:06 +02:00
parent fef2edd13d
commit c11a29e28a
16 changed files with 29 additions and 294 deletions

View file

@ -85,7 +85,9 @@ export const CuratedSetPicker = ({ design, language }) => {
<>
<h3>{t('curatedSets')}</h3>
{tags.map((tag) => (
<Tag onClick={() => addFilter(tag)}>{tag}</Tag>
<Tag onClick={() => addFilter(tag)} tag={tag}>
{tag}
</Tag>
))}
<div className="my-2 p-2 px-4 border rounded-lg bg-secondary bg-opacity-10 max-w-xl">
<div className="flex flex-row items-center justify-between gap-2">