diff --git a/frontend/src/components/FooterMES.vue b/frontend/src/components/FooterMES.vue deleted file mode 100644 index 4b261ff9..00000000 --- a/frontend/src/components/FooterMES.vue +++ /dev/null @@ -1,28 +0,0 @@ - - - diff --git a/frontend/src/components/ResultPage.vue b/frontend/src/components/ResultPage.vue index 62b08fb7..1340bc3b 100644 --- a/frontend/src/components/ResultPage.vue +++ b/frontend/src/components/ResultPage.vue @@ -20,7 +20,7 @@ const img = computed(() => resultStore.img) const typology = TYPOLOGIES[resultStore.typology] const isDummy = computed(() => stepsStore.isDummy) -const hasGuideDummy = typology?.guideDummy !== undefined +const hasDummyOptions = typology?.dummyOptions !== undefined const isCardDetected = computed(() => resultStore.gunLength !== null && resultStore.gunBarrelLength !== null) const isUp = ref(false) @@ -75,7 +75,7 @@ function sendFeedback (isCorrect: boolean) {

Typologie de l'arme @@ -144,7 +144,7 @@ function sendFeedback (isCorrect: boolean) { > {{ label }}

- @@ -187,10 +175,6 @@ const backTo = computed(() => { margin-bottom: 1rem; } -.fr-content-media { - margin-block: 0.5rem; -} - .video-container { margin: 0 !important; padding: 0 !important; @@ -234,6 +218,6 @@ const backTo = computed(() => { } .footer button { -width: 50%; + width: 50%; } diff --git a/frontend/src/views/GuideSecuringFirearm/SecuringTutorialContent.vue b/frontend/src/views/GuideSecuringFirearm/SecuringTutorialContent.vue index d9821135..aec4e1f6 100644 --- a/frontend/src/views/GuideSecuringFirearm/SecuringTutorialContent.vue +++ b/frontend/src/views/GuideSecuringFirearm/SecuringTutorialContent.vue @@ -1,15 +1,14 @@