Skip to content

Commit

Permalink
fixup! Ajuste aux évolutions côté AJ
Browse files Browse the repository at this point in the history
  • Loading branch information
guillett committed May 10, 2024
1 parent 6abc6de commit c4aa1d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/1j1s/navigation-1j1s.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
:class="{ 'fr-nav__item--right': element?.alignRight }"
>
<router-link
:aria-current="element.active || null"
v-if="!element.children"
:aria-current="element.active || null"
:to="element.link"
class="fr-nav__link"
>
Expand Down
2 changes: 1 addition & 1 deletion src/context/mes-aides.org/base-layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ import layoutRouteMixin from "@/mixins/layout-route-mixin.js"
export default {
name: "BaseLayout",
mixins: [layoutRouteMixin],
components: {
Navigation,
},
mixins: [layoutRouteMixin],
}
</script>

0 comments on commit c4aa1d9

Please sign in to comment.