edit events updated

This commit is contained in:
Harini312821
2024-08-12 23:41:58 +08:00
parent 5b66a2df9d
commit 9f8ec7a50f
2 changed files with 2 additions and 1 deletions

View File

@@ -183,6 +183,7 @@ const EditEventsPage = () => {
]} ]}
/> />
<div className="mb-4 flex flex-col "> <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/> <EventsPicture eventId={id as string} editable/>
</div> </div>
<div className="flex flex-row-reverse"> <div className="flex flex-row-reverse">

View File

@@ -138,7 +138,7 @@ const ManageEventsPage = () => {
</TableBody> </TableBody>
</Table> </Table>
<Button <Button
className="mt-6 bg-primary-600 text-white" className="mt-6 mb-6 bg-primary-600 text-white"
onPress={() => navigate("createEvent")} onPress={() => navigate("createEvent")}
> >
Add events Add events