From 735fd1a6ead15604ea63ef187d4d7ee4b625569d Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Tue, 23 Dec 2025 00:37:34 -0800 Subject: [PATCH] style: Move video into bento grid left column for better layout flow --- frontend/app/performances/[id]/page.tsx | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/frontend/app/performances/[id]/page.tsx b/frontend/app/performances/[id]/page.tsx index 4f0d10e..08c91bc 100644 --- a/frontend/app/performances/[id]/page.tsx +++ b/frontend/app/performances/[id]/page.tsx @@ -142,26 +142,26 @@ export default async function PerformanceDetailPage({ params }: { params: Promis - {/* Video Section - Show when performance has a video */} - {performance.youtube_link && ( - - - - - Video - - - - - - - )} -
+ {/* Video Section - Show when performance has a video */} + {performance.youtube_link && ( + + + + + Video + + + + + + + )} + {/* Version Navigation - Prominent */}