Change eventDetails path

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-01-12 00:28:54 +01:00
parent f2db26150c
commit 101a3bc7b1
+1 -1
View File
@@ -73,7 +73,7 @@ function Event({event}){
<div className={styles.eventContainerBottom}> <div className={styles.eventContainerBottom}>
{(windowSize.width <= 768 || eventMenu) ? ( {(windowSize.width <= 768 || eventMenu) ? (
<Button onClick={() => navigate(`/event/` + event.id)}>Voir plus</Button> <Button onClick={() => navigate(`/events/` + event.id)}>Voir plus</Button>
) : null} ) : null}
</div> </div>