From a02c45701df624fe8685e63a4619de0f655cea8a Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 24 Jun 2022 13:14:29 -0500 Subject: [PATCH] Fix video title not being used for H1 --- src/components/video-listing.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/video-listing.astro b/src/components/video-listing.astro index 9109897..e20c158 100644 --- a/src/components/video-listing.astro +++ b/src/components/video-listing.astro @@ -28,7 +28,7 @@ const details = ensureListingDetails( listing ) slot="cover-bottom" class="page-heading h-full flex items-end md:p-4" > -

{ details.mainHeading }

+

{ details.initialVideo.name }