Skip to content

Commit 5806ae1

Browse files
committed
fix: remove duplicated local
1 parent e40db96 commit 5806ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/app/components/FooterPageSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const vueFesLinkList: LinkList[] = [
9494
<div class="footer-link">
9595
<ul class="footer-list">
9696
<li v-for="(link, index) in internalLinkList" :key="index">
97-
<VFTextLink :href="`${localePath}${link.href}`" color="white">
97+
<VFTextLink :href="`${link.href}`" color="white">
9898
{{ t(link.text) }}
9999
</VFTextLink>
100100
</li>

0 commit comments

Comments
 (0)