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 e40db96 commit 5806ae1Copy full SHA for 5806ae1
apps/web/app/components/FooterPageSection.vue
@@ -94,7 +94,7 @@ const vueFesLinkList: LinkList[] = [
94
<div class="footer-link">
95
<ul class="footer-list">
96
<li v-for="(link, index) in internalLinkList" :key="index">
97
- <VFTextLink :href="`${localePath}${link.href}`" color="white">
+ <VFTextLink :href="`${link.href}`" color="white">
98
{{ t(link.text) }}
99
</VFTextLink>
100
</li>
0 commit comments