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:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user