Maha Bouchiba 2 vuotta sitten
vanhempi
commit
61b3636d80
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 1 1
      components/Contact/Banner.vue
  2. 2 0
      pages/nous-contacter.vue

+ 1 - 1
components/Contact/Banner.vue

@@ -157,7 +157,7 @@
           <!-- Submit Button -->
           <!-- Submit Button -->
           <v-row>
           <v-row>
             <v-col cols="12">
             <v-col cols="12">
-              <v-btn :disabled="!valid" color="primary" @click="submitForm"
+              <v-btn :disabled="!valid"  @click="submitForm"
                 >Envoyer</v-btn
                 >Envoyer</v-btn
               >
               >
             </v-col>
             </v-col>

+ 2 - 0
pages/nous-contacter.vue

@@ -1,6 +1,8 @@
 <template>
 <template>
   <LayoutNavigation />
   <LayoutNavigation />
   <ContactBanner />
   <ContactBanner />
+  <LayoutPrefooter />
+  <LayoutFooter />
 </template>
 </template>
 
 
 <script setup></script>
 <script setup></script>