From 07b0f387ed2bb84c472ac7f4765051ac7a33fea8 Mon Sep 17 00:00:00 2001 From: Ryan Salazar Date: Fri, 22 May 2026 05:10:21 +0000 Subject: [PATCH] =?UTF-8?q?show-coverage:=20rename=20header=20'Show=20cove?= =?UTF-8?q?rage'=20=E2=86=92=20'Industry=20Show=20Coverage'=20(h1=20+=20ti?= =?UTF-8?q?tle)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/show-coverage/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/show-coverage/page.tsx b/src/app/show-coverage/page.tsx index 5ec17a9..cbc9403 100644 --- a/src/app/show-coverage/page.tsx +++ b/src/app/show-coverage/page.tsx @@ -70,7 +70,7 @@ export default async function ShowCoverageIndex() {
-

Show coverage

+

Industry Show Coverage

{upcoming.length} upcoming · {past.length} past · {events.length} total

@@ -145,6 +145,6 @@ function EventCard({ e }: { e: Row }) { } export const metadata = { - title: "Show coverage — industry events tracked by Broadcast Beat", + title: "Industry Show Coverage — events tracked by Broadcast Beat", description: "All upcoming and past broadcast / production industry events tracked by Broadcast Beat, with linked coverage.", };