You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Replace the "Upload An Image" preview with an event preview in the dashboard.
In admin/events/create, display an example card similar to the navbar. Copy the <Box> component from userDashboard for the unregistered list.
Add this to the conditional statement in page.tsx in admin/events/create that renders the image when imagePreview is not null. Render this <Box> instead of just an image.
Use state variables instead of direct event properties (e.g., event.eventName) in the <Box> copy.
The text was updated successfully, but these errors were encountered:
Description
Replace the "Upload An Image" preview with an event preview in the dashboard.
admin/events/create
, display an example card similar to the navbar. Copy the<Box>
component fromuserDashboard
for the unregistered list.page.tsx
inadmin/events/create
that renders the image whenimagePreview
is not null. Render this<Box>
instead of just an image.event.eventName
) in the<Box>
copy.The text was updated successfully, but these errors were encountered: