From cd95bb5d0ad3b74daf52bb7437d38a8fc6932b94 Mon Sep 17 00:00:00 2001 From: chark1es Date: Sat, 8 Mar 2025 02:02:45 -0800 Subject: [PATCH] file preview --- .../EventRequestFormPreview.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/dashboard/Officer_EventRequestForm/EventRequestFormPreview.tsx b/src/components/dashboard/Officer_EventRequestForm/EventRequestFormPreview.tsx index aba4b9f..3fa9632 100644 --- a/src/components/dashboard/Officer_EventRequestForm/EventRequestFormPreview.tsx +++ b/src/components/dashboard/Officer_EventRequestForm/EventRequestFormPreview.tsx @@ -199,7 +199,7 @@ const EventRequestFormPreview: React.FC = ({

Event Details

-
+

Event Name

{formData.name || 'Not specified'}

@@ -208,7 +208,7 @@ const EventRequestFormPreview: React.FC = ({

Location

{formData.location || 'Not specified'}

-
+

Event Description

{formData.event_description || 'Not specified'}

@@ -237,7 +237,7 @@ const EventRequestFormPreview: React.FC = ({

PR Materials

-
+

Flyer Types

    @@ -257,7 +257,7 @@ const EventRequestFormPreview: React.FC = ({

    Advertising Start Date

    {formData.flyer_advertising_start_date || 'Not specified'}

-
+

Required Logos

{formData.required_logos.map((logo, index) => ( @@ -281,7 +281,7 @@ const EventRequestFormPreview: React.FC = ({

{formData.photography_needed ? 'Yes' : 'No'}

{formData.flyer_additional_requests && ( -
+

Additional Requests

{formData.flyer_additional_requests}

@@ -295,7 +295,7 @@ const EventRequestFormPreview: React.FC = ({

TAP Form Details

-
+

Expected Attendance

{formData.expected_attendance || 'Not specified'}

@@ -462,7 +462,7 @@ const EventRequestFormPreview: React.FC = ({ animate={{ scale: 1, opacity: 1 }} exit={{ scale: 0.95, opacity: 0 }} transition={{ type: "spring", stiffness: 300, damping: 25 }} - className="bg-base-100 rounded-xl shadow-2xl w-full max-w-5xl max-h-[90vh] overflow-y-auto m-4" + className="bg-base-100 rounded-xl shadow-2xl w-full max-w-6xl max-h-[90vh] overflow-y-auto m-4" onClick={(e) => e.stopPropagation()} style={{ position: 'relative',