Skip to content

Commit 568a051

Browse files
committed
fix: href
1 parent 1046bae commit 568a051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/app/components/SponsorPageSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const personalSponsorInfo: PersonalSponsorInfo = {
187187
<div class="sponsor-buttons">
188188
<VFLinkButton
189189
class="sponsor-button"
190-
href="./jobboard"
190+
:href="`${currentLocale === 'ja' ? '/' : `/${currentLocale}/`}jobboard`"
191191
background-color="vue-green/200"
192192
color="white"
193193
>

0 commit comments

Comments
 (0)