From 5b66a2df9d63bcba458751637d8a728adb12b00c Mon Sep 17 00:00:00 2001 From: Harini312821 Date: Mon, 12 Aug 2024 23:30:31 +0800 Subject: [PATCH] similar events image and styling --- client/src/pages/CreateEventsPage.tsx | 6 +- client/src/pages/EditEventsPage.tsx | 6 +- client/src/pages/EventDetailsPage.tsx | 85 +++++++++++---------------- client/src/pages/ManageEventsPage.tsx | 18 +++--- 4 files changed, 50 insertions(+), 65 deletions(-) diff --git a/client/src/pages/CreateEventsPage.tsx b/client/src/pages/CreateEventsPage.tsx index ac34db5..029f292 100644 --- a/client/src/pages/CreateEventsPage.tsx +++ b/client/src/pages/CreateEventsPage.tsx @@ -134,7 +134,7 @@ const CreateEventsPage = () => { -
+
{ }} /> -
+
-
+
{
-
+
- +
+
+ )) )} diff --git a/client/src/pages/ManageEventsPage.tsx b/client/src/pages/ManageEventsPage.tsx index 432f6c4..34f1392 100644 --- a/client/src/pages/ManageEventsPage.tsx +++ b/client/src/pages/ManageEventsPage.tsx @@ -14,7 +14,7 @@ import { ModalFooter, } from "@nextui-org/react"; import { useNavigate } from "react-router-dom"; -import { PencilSquareIcon, TrashIcon } from "../icons"; +import { PencilSquareIcon, TrashDeleteIcon } from "../icons"; import axios from "axios"; import config from "../config"; @@ -62,7 +62,7 @@ const ManageEventsPage = () => { return (
-

Manage Events

+

Manage Events

@@ -116,20 +116,20 @@ const ManageEventsPage = () => {
@@ -138,7 +138,7 @@ const ManageEventsPage = () => {