project-booster-vue 9.56.3 → 9.56.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
buttonLabel="Découvrir nos outils"
|
|
139
139
|
size="s"
|
|
140
140
|
size-from-m="s"
|
|
141
|
-
@button-click="redirect('/
|
|
141
|
+
@button-click="redirect('/outils.html', 'projectsLandingTools')"
|
|
142
142
|
/>
|
|
143
143
|
</div>
|
|
144
144
|
</div>
|
|
@@ -346,7 +346,7 @@ export default defineComponent({
|
|
|
346
346
|
{
|
|
347
347
|
title: 'Réaliser des devis et des plans 3D',
|
|
348
348
|
image: 'https://storage.googleapis.com/project-booster-media/landing-projet/solution_projet-conception.png',
|
|
349
|
-
href: '/
|
|
349
|
+
href: '/outils.html',
|
|
350
350
|
},
|
|
351
351
|
{
|
|
352
352
|
title: 'Planifier les étapes de votre projet',
|