Convert span to h1

This commit is contained in:
Cooper Ransom 2024-04-09 22:33:48 -04:00
parent ac2de8961e
commit 3570a9cd90
1 changed files with 2 additions and 2 deletions

View File

@ -298,9 +298,9 @@ export function Discover() {
className="rounded-xl relative" className="rounded-xl relative"
style={{ width: "200px", height: "auto" }} 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} {isTVShow ? media.name : media.title}
</span> </h1>
</Flare.Base> </Flare.Base>
</div> </div>
</a> </a>