From f7e3d7a126c33abdc539145a98573992fbdcebae Mon Sep 17 00:00:00 2001
From: jiyuujin
Date: Sun, 20 Oct 2024 17:47:28 +0900
Subject: [PATCH 1/2] add a thank-you comment
---
apps/web/app/components/TopPageSection.vue | 14 ++++++--------
apps/web/app/lang/en.json | 2 +-
apps/web/app/lang/ja.json | 2 +-
3 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/apps/web/app/components/TopPageSection.vue b/apps/web/app/components/TopPageSection.vue
index 317a667c..acf28b03 100644
--- a/apps/web/app/components/TopPageSection.vue
+++ b/apps/web/app/components/TopPageSection.vue
@@ -27,36 +27,34 @@ const getAnchorPath = computed(
-
{{ $t('time-table.title') }}{{ $t('speaker.title') }}
{{ $t('speaker.title') }}
+ >{{ $t('jobboard.title') }}
- {{ $t('event.title') }}
+ {{ $t('related_events.title') }}
diff --git a/apps/web/app/lang/en.json b/apps/web/app/lang/en.json
index 3fd3785b..256760fa 100644
--- a/apps/web/app/lang/en.json
+++ b/apps/web/app/lang/en.json
@@ -11,7 +11,7 @@
"copied": "Copied",
"official_site": "Vue Fes Japan Official Website",
"top_page": {
- "latest_information": "Tickets are now on sale! The deadline is approaching on October 14 at 24:00, so be sure to purchase yours soon!",
+ "latest_information": "Thank you to everyone who participated in Vue Fes Japan 2024.",
"date": "October 19th, 2024",
"note": "note official"
},
diff --git a/apps/web/app/lang/ja.json b/apps/web/app/lang/ja.json
index b35c5e1d..3ce3f02b 100644
--- a/apps/web/app/lang/ja.json
+++ b/apps/web/app/lang/ja.json
@@ -19,7 +19,7 @@
"saturday": "土"
},
"top_page": {
- "latest_information": "チケット好評発売中! いよいよ10/14(月祝)24:00締切、お早めにお買い求めください!",
+ "latest_information": "Vue Fes Japan 2024にご参加いただいたみなさん、ありがとうございました。",
"date": "2024.10.19",
"note": "公式 note"
},
From 29d7ec822f8094661f19dc55cec9818c8a670799 Mon Sep 17 00:00:00 2001
From: jiyuujin
Date: Wed, 23 Oct 2024 20:38:43 +0900
Subject: [PATCH 2/2] fix: speaker to time-table
---
apps/web/app/components/TopPageSection.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/web/app/components/TopPageSection.vue b/apps/web/app/components/TopPageSection.vue
index acf28b03..4f00120e 100644
--- a/apps/web/app/components/TopPageSection.vue
+++ b/apps/web/app/components/TopPageSection.vue
@@ -35,9 +35,9 @@ const getAnchorPath = computed(
class="link-button"
background-color="vue-green/200"
color="white"
- :href="getAnchorPath('#speakers')"
+ :href="getAnchorPath('#timetable')"
target="_top"
- >{{ $t('speaker.title') }}{{ $t('time-table.title') }}