refactor: rename event folder to events

This commit is contained in:
micha 2025-06-21 23:18:50 +02:00
parent 8f21ab1d68
commit d2c10f6a0a
5 changed files with 4 additions and 4 deletions

View file

@ -151,7 +151,7 @@ const EventForm: React.FC<EventFormProps> = (props) => {
toastId={t}
title='Event saved'
description={event?.title}
onAction={() => router.push(`/event/${event?.id}`)}
onAction={() => router.push(`/events/${event?.id}`)}
variant='success'
buttonText='show'
/>