Fix genres & studios links

This commit is contained in:
Zoe Roux
2026-03-31 11:26:15 +02:00
parent 4d64cbaf5d
commit 5b4177f34d
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export const ItemDetails = ({
<Chip
key={x ?? i}
label={t(`genres.${x}`)}
href={`/genres/${x}`}
href={`/browse?filter=genres has ${x}`}
size="small"
className="mx-1"
/>