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(
27
27
</p >
28
28
</div >
29
29
<div class =" sns-link-wrapper" >
30
- <!--
31
30
<h2 class =" official-announcement" >
32
31
{{ $t('top_page.latest_information') }}
33
32
</h2 >
34
- -->
35
33
<div class =" link-buttons" >
36
34
<VFLinkButton
37
35
class =" link-button"
@@ -45,18 +43,18 @@ const getAnchorPath = computed(
45
43
class =" link-button"
46
44
background-color =" white"
47
45
color =" vue-blue"
48
- :href =" getAnchorPath('#speakers ')"
46
+ :href =" getAnchorPath('jobboard ')"
49
47
target =" _top"
50
- >{{ $t('speaker .title') }}
48
+ >{{ $t('jobboard .title') }}
51
49
</VFLinkButton >
52
50
<VFLinkButton
53
51
class =" link-button"
54
52
background-color =" vue-green/200"
55
53
color =" white"
56
- :href =" getAnchorPath('#event ')"
54
+ :href =" getAnchorPath('events ')"
57
55
target =" _top"
58
56
>
59
- {{ $t('event .title') }}
57
+ {{ $t('related_events .title') }}
60
58
</VFLinkButton >
61
59
</div >
62
60
</div >
Original file line number Diff line number Diff line change 11
11
"copied" : " Copied" ,
12
12
"official_site" : " Vue Fes Japan Official Website" ,
13
13
"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. " ,
15
15
"date" : " October 19th, 2024" ,
16
16
"note" : " note official"
17
17
},
Original file line number Diff line number Diff line change 19
19
"saturday" : " 土"
20
20
},
21
21
"top_page" : {
22
- "latest_information" : " チケット好評発売中! いよいよ10/14(月祝)24:00締切、お早めにお買い求めください! " ,
22
+ "latest_information" : " Vue Fes Japan 2024にご参加いただいたみなさん、ありがとうございました。 " ,
23
23
"date" : " 2024.10.19" ,
24
24
"note" : " 公式 note"
25
25
},
You can’t perform that action at this time.
0 commit comments