mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Convert span to h1
This commit is contained in:
parent
ac2de8961e
commit
3570a9cd90
1 changed files with 2 additions and 2 deletions
|
@ -298,9 +298,9 @@ export function Discover() {
|
|||
className="rounded-xl relative"
|
||||
style={{ width: "200px", height: "auto" }}
|
||||
/>
|
||||
<span className="relative items-center justify-center pt-2 whitespace-normal break-words font-semibold text-white">
|
||||
<h1 className="relative pt-2 whitespace-normal break-words font-semibold text-white">
|
||||
{isTVShow ? media.name : media.title}
|
||||
</span>
|
||||
</h1>
|
||||
</Flare.Base>
|
||||
</div>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue