mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-07 15:18:08 -05:00
feat: discover inline customization (#3220)
This commit is contained in:
@@ -503,7 +503,7 @@ const TvDetails = ({ tv }: TvDetailsProps) => {
|
||||
key={`keyword-id-${keyword.id}`}
|
||||
>
|
||||
<a className="mb-2 mr-2 inline-flex last:mr-0">
|
||||
<Tag content={keyword.name} />
|
||||
<Tag>{keyword.name}</Tag>
|
||||
</a>
|
||||
</Link>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user