mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix video title not being used for H1
This commit is contained in:
parent
a7db87f891
commit
a02c45701d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ const details = ensureListingDetails( listing )
|
||||||
slot="cover-bottom"
|
slot="cover-bottom"
|
||||||
class="page-heading h-full flex items-end md:p-4"
|
class="page-heading h-full flex items-end md:p-4"
|
||||||
>
|
>
|
||||||
<h1 class="title text-xs text-left md:text-2xl font-bold">{ details.mainHeading }</h1>
|
<h1 class="title text-xs text-left md:text-2xl font-bold">{ details.initialVideo.name }</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</HtmlPlayer>
|
</HtmlPlayer>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue