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[] = [
3939]
4040const internalLinkList: LinkList [] = [
4141 {
42- href: pathWithLocale ( ' /events' ) ,
42+ href: ' /events' ,
4343 text: ' related_events.title' ,
4444 },
4545 {
46- href: pathWithLocale ( ' /privacy' ) ,
46+ href: ' /privacy' ,
4747 text: ' privacy.title' ,
4848 },
4949 {
50- href: pathWithLocale ( ' /code-of-conduct' ) ,
50+ href: ' /code-of-conduct' ,
5151 text: ' code_of_conduct.title' ,
5252 },
5353 {
54- href: pathWithLocale ( ' /tokusho' ) ,
54+ href: ' /tokusho' ,
5555 text: ' tokusho.title' ,
5656 },
5757]
@@ -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 =" `${link.href}`" color =" white" >
97+ <VFTextLink :href =" pathWithLocale( `${link.href}`) " color =" white" >
9898 {{ t(link.text) }}
9999 </VFTextLink >
100100 </li >
You can’t perform that action at this time.
0 commit comments