edit events updated
This commit is contained in:
@@ -183,6 +183,7 @@ const EditEventsPage = () => {
|
||||
]}
|
||||
/>
|
||||
<div className="mb-4 flex flex-col ">
|
||||
<p className="text-lg font-semibold mb-2 opacity-70">Click the image to change it</p>
|
||||
<EventsPicture eventId={id as string} editable/>
|
||||
</div>
|
||||
<div className="flex flex-row-reverse">
|
||||
|
||||
@@ -138,7 +138,7 @@ const ManageEventsPage = () => {
|
||||
</TableBody>
|
||||
</Table>
|
||||
<Button
|
||||
className="mt-6 bg-primary-600 text-white"
|
||||
className="mt-6 mb-6 bg-primary-600 text-white"
|
||||
onPress={() => navigate("createEvent")}
|
||||
>
|
||||
Add events
|
||||
|
||||
Reference in New Issue
Block a user