Forráskód Böngészése

suppression /software

Maha Bouchiba 2 éve
szülő
commit
eef22d8c01
1 módosított fájl, 4 hozzáadás és 3 törlés
  1. 4 3
      components/Layout/Navigation.vue

+ 4 - 3
components/Layout/Navigation.vue

@@ -24,7 +24,7 @@
         <!-- Menu déroulant logiciels -->
         <v-menu open-on-hover>
           <template v-slot:activator="{ props }">
-            <nuxt-link v-bind="props" class="link-style" to="/software"
+            <nuxt-link v-bind="props" class="link-style"
               >Nos logiciels
             </nuxt-link>
           </template>
@@ -46,7 +46,7 @@
         <!-- Menu déroulant services -->
         <v-menu open-on-hover>
           <template v-slot:activator="{ props }">
-            <nuxt-link v-bind="props" class="link-style" to="/software"
+            <nuxt-link v-bind="props" class="link-style" 
               >Nos services
             </nuxt-link>
           </template>
@@ -68,7 +68,7 @@
         <!-- Menu déroulant à propos -->
         <v-menu open-on-hover>
           <template v-slot:activator="{ props }">
-            <nuxt-link v-bind="props" class="link-style" to="/software"
+            <nuxt-link v-bind="props" class="link-style" 
               >A propos</nuxt-link
             >
           </template>
@@ -179,6 +179,7 @@ const aboutLinks = ref([
   text-transform: uppercase;
   color: #0e2d32;
   text-decoration: none !important;
+  cursor: pointer;
 
 }
 .link-styles {