-

{
- e.currentTarget.src = '/path/to/placeholder-image.png'; // Fallback image if loading fails
- }}
- />
+
+

+
+
+ {similarEvent.title}
+
+
+ {similarEvent.description}
+
+
+ {similarEvent.category}
+ {similarEvent.time}
- )}
-
-
-
-
+
+
+
))
)}
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 = () => {