Update button text in EventsPageSection component: Change "Rejoindre en direct" to "Connectez-vous à Teams, c'est maintenant !" for improved clarity and user engagement during live events.

This commit is contained in:
Julien Froidefond
2025-12-15 10:12:56 +01:00
parent 1e865330a0
commit dcba162663

View File

@@ -521,7 +521,7 @@ export default function EventsPageSection({
)}
{getEventStatus(event) === "LIVE" && (
<Button variant="danger" size="md" className="w-full animate-pulse">
Rejoindre en direct
Connectez-vous à Teams, c'est maintenant !
</Button>
)}
{getEventStatus(event) === "PAST" && (
@@ -812,7 +812,7 @@ export default function EventsPageSection({
size="lg"
className="w-full animate-pulse"
>
Rejoindre en direct
Connectez-vous à Teams, c'est maintenant !
</Button>
</div>
)}