From 1a14596779fb039fffa7bbe4d5723096a590a547 Mon Sep 17 00:00:00 2001 From: "santasri.pachhal" Date: Tue, 10 Mar 2026 16:08:10 +0530 Subject: [PATCH] feat: redesign upload section --- app/create-location/page.tsx | 2 +- app/create-package/page.tsx | 2 +- app/upload/[videoId]/page.tsx | 2 +- app/upload/page.tsx | 14 +++++++------- components/project-selection-section.tsx | 12 ++++++------ components/upload-section.tsx | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/create-location/page.tsx b/app/create-location/page.tsx index 3d077ed..f6da14f 100644 --- a/app/create-location/page.tsx +++ b/app/create-location/page.tsx @@ -591,7 +591,7 @@ export default function CreateLocationPage() { @@ -197,10 +197,10 @@ export default function UploadPage() { )} {/* Upload Card */} - - + + - + Upload Video @@ -338,8 +338,8 @@ export default function UploadPage() {