Skip to content

Commit

Permalink
fix:button-missing-fr (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
DespauxGuillaume committed Jul 6, 2021
1 parent ce2a491 commit e2413aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/organisms/app/AsideBottom.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<NuxtLink
v-if="$route.path.startsWith('/docs')"
v-if="$route.path.startsWith(localePath('/docs'))"
:to="localePath('/releases')"
class="
flex
Expand Down

0 comments on commit e2413aa

Please sign in to comment.