diff --git a/client/src/pages/EventsPage.tsx b/client/src/pages/EventsPage.tsx index 5b72e5d..8faf323 100644 --- a/client/src/pages/EventsPage.tsx +++ b/client/src/pages/EventsPage.tsx @@ -81,7 +81,6 @@ const EventsPage: React.FC = () => { setSelectedLocation(e.target.value)} - className="bg-white border border-gray-300 rounded px-3 py-2" > {locations.map((location, index) => ( @@ -107,7 +105,6 @@ const EventsPage: React.FC = () => {