Skip to content

Commit 91af90a

Browse files
committed
fix: add basePath on namecard-link-button
1 parent cb92c91 commit 91af90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/app/components/ticket/NamecardSection.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const basePath = useWithBase()
3535
<div class="buttons-wrapper">
3636
<VFLinkButton
3737
class="action-button"
38-
:href="`${currentLocale === 'ja' ? '/' : `/${currentLocale}/`}namecard/`"
38+
:href="basePath(`${currentLocale === 'ja' ? '/' : `/${currentLocale}/`}namecard/`)"
3939
background-color="vue-green/200"
4040
color="white"
4141
>

0 commit comments

Comments
 (0)