#33 redirect to home page when closing the thx message

This commit is contained in:
Dominic Villemure
2024-04-24 21:34:13 -04:00
parent 8a63d9d36a
commit 099395844f

View File

@@ -168,7 +168,7 @@
développement est importante, et nous voulons construire cette plateforme avec vous, pour vous. développement est importante, et nous voulons construire cette plateforme avec vous, pour vous.
</v-card-text> </v-card-text>
<v-card-actions class="justify-end" style="margin-right: 20px;"> <v-card-actions class="justify-end" style="margin-right: 20px;">
<v-btn size="large" class="text-center" color="primary" text @click="showModal = false">Fermer</v-btn> <v-btn to="/" size="large" class="text-center" color="primary" text @click="showModal = false">Fermer</v-btn>
</v-card-actions> </v-card-actions>
</v-card> </v-card>