mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-08 07:15:15 -04:00
Fix genres & studios links
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user