1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Fix linting

This commit is contained in:
mrjvs 2023-07-15 15:57:32 +02:00
parent 5e92bef66a
commit 21fb338631

View file

@ -117,7 +117,7 @@ function MediaCardContent({
/> />
</div> </div>
</div> </div>
<h1 className="mb-1 max-h-[4.5rem] text-ellipsis break-words font-bold text-white line-clamp-3"> <h1 className="mb-1 line-clamp-3 max-h-[4.5rem] text-ellipsis break-words font-bold text-white">
<span>{media.title}</span> <span>{media.title}</span>
</h1> </h1>
<DotList className="text-xs" content={dotListContent} /> <DotList className="text-xs" content={dotListContent} />