diff --git a/servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.tsx b/servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.tsx index 09f0e79..b9f95b7 100644 --- a/servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.tsx +++ b/servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.tsx @@ -305,27 +305,27 @@ const UploadPage = () => { }; return ( -
+
{/* Step indicator */} -
+
{/* Wizard content */} -
+
{/* ─── STEP 1: Topic & Attachments ─── */} {step === 1 && ( -
-
+
+
Step 1 of 3
-

+

What's your topic?

@@ -333,18 +333,18 @@ const UploadPage = () => {

-
+