File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,19 @@ const snsLinkList: LinkList[] = [
39
39
]
40
40
const internalLinkList: LinkList [] = [
41
41
{
42
- href: pathWithLocale ( ' /events' ) ,
42
+ href: ' /events' ,
43
43
text: ' related_events.title' ,
44
44
},
45
45
{
46
- href: pathWithLocale ( ' /privacy' ) ,
46
+ href: ' /privacy' ,
47
47
text: ' privacy.title' ,
48
48
},
49
49
{
50
- href: pathWithLocale ( ' /code-of-conduct' ) ,
50
+ href: ' /code-of-conduct' ,
51
51
text: ' code_of_conduct.title' ,
52
52
},
53
53
{
54
- href: pathWithLocale ( ' /tokusho' ) ,
54
+ href: ' /tokusho' ,
55
55
text: ' tokusho.title' ,
56
56
},
57
57
]
@@ -94,7 +94,7 @@ const vueFesLinkList: LinkList[] = [
94
94
<div class =" footer-link" >
95
95
<ul class =" footer-list" >
96
96
<li v-for =" (link, index) in internalLinkList" :key =" index" >
97
- <VFTextLink :href =" `${link.href}`" color =" white" >
97
+ <VFTextLink :href =" pathWithLocale( `${link.href}`) " color =" white" >
98
98
{{ t(link.text) }}
99
99
</VFTextLink >
100
100
</li >
You can’t perform that action at this time.
0 commit comments