Sfoglia il codice sorgente

Merge branch 'develop' of gitlab.2iopenservice.com:opentalent/site_logiciels into develop

maha bouchiba 1 anno fa
parent
commit
061e39c0a9
3 ha cambiato i file con 5 aggiunte e 6 eliminazioni
  1. 2 2
      components/Contact/Form.vue
  2. 3 3
      components/Contact/Map.client.vue
  3. 0 1
      error.vue

+ 2 - 2
components/Contact/Form.vue

@@ -193,8 +193,8 @@
         l’exécution des contrats. Conformément à la loi "Informatique et
         Libertés du 6 Janvier 1978", vous disposez d’un droit d’accès, de
         modifications, de rectification et de suppression des données vous
-        concernant. Pour toute demande, adressez-vous à : Opentalent, 217 rue
-        Raoul Follereau, 74300 CLUSES, opentalent.fr s’engage à la
+        concernant. Pour toute demande, adressez-vous à : Opentalent, 265, rue de la Grange, 
+        74950 SCIONZIER, opentalent.fr s’engage à la
         confidentialité et à la protection de vos données.
       </div>
     </v-form>

+ 3 - 3
components/Contact/Map.client.vue

@@ -47,8 +47,8 @@
         <div class="d-flex flex-row align-center mb-8">
           <v-icon icon="fa fa-map-marker-alt" />
           <span>
-            217 rue Raoul Follereau<br />
-            74300 CLUSES
+            265, rue de la Grange<br />
+            74950 SCIONZIER
           </span>
         </div>
 
@@ -71,7 +71,7 @@ import 'leaflet/dist/leaflet.css'
 import { LMap, LTileLayer, LMarker } from '@vue-leaflet/vue-leaflet'
 import L from 'leaflet'
 
-const location = [46.075245, 6.570162]
+const location = [46.055, 6.55];
 
 // eslint-disable-next-line import/no-named-as-default-member
 const icon = L.icon({

+ 0 - 1
error.vue

@@ -2,7 +2,6 @@
   <main>
     <div v-if="error">
       <CommonErrorNotFound v-if="error.statusCode === 404" />
-      <div v-else>Une erreur s'est produite...</div>
     </div>
 
     <nuxt-link to="/">