project-booster-vue 9.56.2 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "9.56.2",
3
+ "version": "9.56.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -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('/hub-outils.html', 'projectsLandingTools')"
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: '/hub-outils.html',
349
+ href: '/outils.html',
350
350
  },
351
351
  {
352
352
  title: 'Planifier les étapes de votre projet',
@@ -209,7 +209,7 @@ $responsive-breakpoint: 'm';
209
209
 
210
210
  &__input {
211
211
  margin-bottom: $mu100;
212
- width: calc(100% - 1.2rem);
212
+ width: 100%;
213
213
  padding: $mu050;
214
214
  }
215
215
  }