Skip to content

Commit e2413aa

Browse files
fix:button-missing-fr (#63)
1 parent ce2a491 commit e2413aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/organisms/app/AsideBottom.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<NuxtLink
4-
v-if="$route.path.startsWith('/docs')"
4+
v-if="$route.path.startsWith(localePath('/docs'))"
55
:to="localePath('/releases')"
66
class="
77
flex

0 commit comments

Comments
 (0)