File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,9 @@ const getAnchorPath = computed(
2727 </p >
2828 </div >
2929 <div class =" sns-link-wrapper" >
30- <!--
3130 <h2 class =" official-announcement" >
3231 {{ $t('top_page.latest_information') }}
3332 </h2 >
34- -->
3533 <div class =" link-buttons" >
3634 <VFLinkButton
3735 class =" link-button"
@@ -45,18 +43,18 @@ const getAnchorPath = computed(
4543 class =" link-button"
4644 background-color =" white"
4745 color =" vue-blue"
48- :href =" getAnchorPath('#speakers ')"
46+ :href =" getAnchorPath('jobboard ')"
4947 target =" _top"
50- >{{ $t('speaker .title') }}
48+ >{{ $t('jobboard .title') }}
5149 </VFLinkButton >
5250 <VFLinkButton
5351 class =" link-button"
5452 background-color =" vue-green/200"
5553 color =" white"
56- :href =" getAnchorPath('#event ')"
54+ :href =" getAnchorPath('events ')"
5755 target =" _top"
5856 >
59- {{ $t('event .title') }}
57+ {{ $t('related_events .title') }}
6058 </VFLinkButton >
6159 </div >
6260 </div >
Original file line number Diff line number Diff line change 1111 "copied" : " Copied" ,
1212 "official_site" : " Vue Fes Japan Official Website" ,
1313 "top_page" : {
14- "latest_information" : " Tickets are now on sale! The deadline is approaching on October 14 at 24:00, so be sure to purchase yours soon! " ,
14+ "latest_information" : " Thank you to everyone who participated in Vue Fes Japan 2024. " ,
1515 "date" : " October 19th, 2024" ,
1616 "note" : " note official"
1717 },
Original file line number Diff line number Diff line change 1919 "saturday" : " 土"
2020 },
2121 "top_page" : {
22- "latest_information" : " チケット好評発売中! いよいよ10/14(月祝)24:00締切、お早めにお買い求めください! " ,
22+ "latest_information" : " Vue Fes Japan 2024にご参加いただいたみなさん、ありがとうございました。 " ,
2323 "date" : " 2024.10.19" ,
2424 "note" : " 公式 note"
2525 },
You can’t perform that action at this time.
0 commit comments