From c6ffc67fddf0563426cdb7df7c9f33d64a7a1ff1 Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Tue, 23 Dec 2025 08:53:52 -0800 Subject: [PATCH] style: Apply consistent bento styling to video embeds on show pages --- frontend/app/shows/[id]/page.tsx | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/frontend/app/shows/[id]/page.tsx b/frontend/app/shows/[id]/page.tsx index 026f8d9..18637f0 100644 --- a/frontend/app/shows/[id]/page.tsx +++ b/frontend/app/shows/[id]/page.tsx @@ -138,22 +138,23 @@ export default async function ShowDetailPage({ params }: { params: Promise<{ id: )} - {show.youtube_link && ( - - - - - Video - - - - - - - )} -
+ {/* Full Show Video */} + {show.youtube_link && ( + + + + + Full Show Video + + + + + + + )} + Setlist