Skip to content

Commit 9d722ad

Browse files
authored
Merge pull request #384 from vuejs-jp/enhance/thanks-2024
[thanks コメントを追加] add a thank-you comment
2 parents f573b57 + 29d7ec8 commit 9d722ad

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

apps/web/app/components/TopPageSection.vue

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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>

apps/web/app/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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
},

apps/web/app/lang/ja.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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
},

0 commit comments

Comments
 (0)