Browse Source

Site internet Opentalent : Contact

maha bouchiba 1 year ago
parent
commit
6fb6c001df
2 changed files with 5 additions and 5 deletions
  1. 2 2
      components/Contact/Form.vue
  2. 3 3
      components/Contact/Map.client.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({