diff --git a/src/components/Event/Event.jsx b/src/components/Event/Event.jsx
index ab646c6..68c2625 100644
--- a/src/components/Event/Event.jsx
+++ b/src/components/Event/Event.jsx
@@ -31,7 +31,7 @@ function Event({event}){
{event.image == null ? (
-

+

) : (

)}
@@ -39,8 +39,7 @@ function Event({event}){
{event.name}
{event.description}
-
-
+
{event.tasks.length > 0 && (
<>
{event.tasks.slice(0, 5).map((task, index) => (
@@ -50,18 +49,18 @@ function Event({event}){
{event.tasks.length > 5 && - ...
}
>
)}
-
-
{windowSize.width > 768 ? (
-
) : null}
@@ -70,7 +69,7 @@ function Event({event}){
- En savoir plus →
+ Voir plus
) : null}