Kaynağa Gözat

Merge branch 'hotfix/maj-prix'

Vincent 11 ay önce
ebeveyn
işleme
9db650eac1

+ 0 - 1
components/Common/Table/Comparatif.vue

@@ -367,7 +367,6 @@ table tr td:nth-child(3) {
   border-left: 2px solid black;
   border-right: 2px solid black;
   width: 15rem;
-  border-radius: 50px;
   padding: 1rem;
   position: relative;
 }

+ 4 - 4
components/Formation/Catalogue.vue

@@ -137,7 +137,7 @@ const courses: Array<Training> = [
         ],
       },
     ],
-    price: '2008,80€ TTC (1674,00€ HT)',
+    price: '2 072,40€ TTC (1 727,00€ HT)',
     url:
       runtimeConfig.public.fileStorageBaseUrl +
       '/Programme_de_formation/PF-School_2-jours.pdf',
@@ -163,7 +163,7 @@ const courses: Array<Training> = [
         objectives: ['Répertoire'],
       },
     ],
-    price: '1004,40€ TTC (837,00€ HT)',
+    price: '1 036,80€ TTC (864,00€ HT)',
     url:
       runtimeConfig.public.fileStorageBaseUrl +
       '/Programme_de_formation/PF-School_1-jour.pdf',
@@ -190,7 +190,7 @@ const courses: Array<Training> = [
         objectives: ['Configuration côté logiciel'],
       },
     ],
-    price: '1004,40€ TTC (837,00€ HT)',
+    price: '1 036,80€ TTC (864,00€ HT)',
     url:
       runtimeConfig.public.fileStorageBaseUrl +
       '/Programme_de_formation/PF-Typo3_1-jour.pdf',
@@ -218,7 +218,7 @@ const courses: Array<Training> = [
         ],
       },
     ],
-    price: '2008,80€ TTC (1674,00€ HT)',
+    price: '2 072,40€ TTC (1 727,00€ HT)',
     url:
       runtimeConfig.public.fileStorageBaseUrl +
       '/Programme_de_formation/PF-Metabase_2-jours.pdf',

+ 2 - 2
components/Logiciels/School/Comparatif.vue

@@ -9,8 +9,8 @@
         </LayoutUITitle>
 
         <CommonTableComparatif
-          standard-price="34,90€"
-          premium-price="49€"
+          standard-price="36,10€"
+          premium-price="50,60€"
           :items="comparisonItems"
           :show-from="true"
         />

+ 1 - 1
components/Logiciels/School/Presentation.vue

@@ -5,7 +5,7 @@
       :features="features"
       :pictos="pictos"
       logo-src="/images/logos/opentalent/Logo_Opentalent_School-blanc-col.png"
-      pricing-amount="34,90€"
+      pricing-amount="36,10€"
     />
 
     <CommonContainerVideo