We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4b6396 + 6cefc4c commit a08f234Copy full SHA for a08f234
src/components/DsfrFooter/DsfrFooter.vue
@@ -142,12 +142,12 @@ const aLicenceHref = computed(() => {
142
/>
143
</RouterLink>
144
<RouterLink
145
+ v-if="operatorImgSrc"
146
class="fr-footer__brand-link"
147
:to="operatorTo"
148
:title="operatorLinkText"
149
>
150
<img
- v-if="operatorImgSrc"
151
class="fr-footer__logo fr-responsive-img"
152
:style="[
153
typeof operatorImgStyle === 'string' ? operatorImgStyle : '',
0 commit comments