Skip to content

Commit 0c9edd8

Browse files
committed
remove latest information
1 parent c7c9273 commit 0c9edd8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

apps/web/app/components/TopPageSection.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ const getAnchorPath = computed(
2727
</p>
2828
</div>
2929
<div class="sns-link-wrapper">
30+
<!--
3031
<h2 class="official-announcement">
3132
{{ $t('top_page.latest_information') }}
3233
</h2>
34+
-->
3335
<div class="link-buttons">
3436
<VFLinkButton
3537
class="link-button"

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": "Enjoy a day full of opportunities to learn the latest technologies and connect with fellow developers! Let’s make the most of it!",
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!",
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": "最新の技術を学び、仲間と交流するチャンスが盛りだくさん!この一日を楽しもう!",
22+
"latest_information": "チケット好評発売中! いよいよ10/14(月祝)24:00締切、お早めにお買い求めください",
2323
"date": "2024.10.19",
2424
"note": "公式 note"
2525
},

0 commit comments

Comments
 (0)