mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Make tags clickables
This commit is contained in:
parent
9304c7ad2f
commit
5e95516190
@ -370,6 +370,7 @@ const Description = ({
|
||||
<Chip
|
||||
key={tag ?? i}
|
||||
label={tag && capitalize(tag)}
|
||||
href={`/search?q=${tag}`}
|
||||
size="small"
|
||||
{...css({ m: ts(0.5) })}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user