We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1046bae commit 568a051Copy full SHA for 568a051
apps/web/app/components/SponsorPageSection.vue
@@ -187,7 +187,7 @@ const personalSponsorInfo: PersonalSponsorInfo = {
187
<div class="sponsor-buttons">
188
<VFLinkButton
189
class="sponsor-button"
190
- href="./jobboard"
+ :href="`${currentLocale === 'ja' ? '/' : `/${currentLocale}/`}jobboard`"
191
background-color="vue-green/200"
192
color="white"
193
>
0 commit comments