diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 68703a9..17f15a7 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -71,7 +71,7 @@ const App: React.FC = () => { } /> } /> - } /> + } /> } /> } /> diff --git a/frontend/src/components/EventList.tsx b/frontend/src/components/EventList.tsx index 5a5e637..104b765 100644 --- a/frontend/src/components/EventList.tsx +++ b/frontend/src/components/EventList.tsx @@ -41,7 +41,7 @@ const EventList: React.FC = () => { }; const handleEventClick = (event: Event) => { - navigate(`/events/${event.slug}/rsvp`); + navigate(`/rsvp/events/${event.slug}`); }; const handleAdminClick = (event: Event) => {