diff --git a/src/routes/events/index.tsx b/src/routes/events/index.tsx
index 01515be..3c22c7d 100644
--- a/src/routes/events/index.tsx
+++ b/src/routes/events/index.tsx
@@ -1,5 +1,6 @@
import { createFileRoute } from '@tanstack/react-router';
-import { BellIcon, ClockIcon, Header, PinIcon, PlusIcon } from '../../components';
+import { Clock } from "flowbite-react-icons/solid";
+import { BellIcon, Header, PinIcon, PlusIcon } from '../../components';
import { AuthGuard } from '../../utils/auth';
import { supabase } from '../../utils/supabase';
interface Event {
@@ -42,24 +43,32 @@ function EventIndex() {