diff --git a/src/components/Profile.tsx b/src/components/Profile.tsx
index 1d1724e..5db9e09 100644
--- a/src/components/Profile.tsx
+++ b/src/components/Profile.tsx
@@ -22,6 +22,18 @@ export default function Profile() {
return (
<>
+
{t("basic_info")}
+
+
+ -
+
+ {t("2001/11/19")} {t("birth", { age: "22" })}
+
+ -
+ {t("location")}
+
+
+
{t("affiliation")}
@@ -31,10 +43,15 @@ export default function Profile() {
{t("year/month", { year: 2024, month: localizedMonth(4) })} –
+
+
+ AS2497
+
+
-
@@ -59,29 +76,14 @@ export default function Profile() {
-
-
- {t("past_activities")}
-
-
-
-
{t("basic_info")}
-
-
- -
-
- {t("2001/11/19")} {t("birth", { age: "22" })}
-
- -
- {t("location")}
-
-
-
{t("licenses")}
-
プロジェクトセカイ カラフルステージ! feat. 初音ミク フルコンボ楽曲 (MASTER) 300 曲 ({t("year/month", { year: 2024, month: localizedMonth(4) })})
+ -
+ 倉吉八幡宮 おみくじ 大吉 ({t("year/month", { year: 2023, month: localizedMonth(1) })})
+
-
IPA 基本情報技術者 ({t("year/month", { year: 2022, month: localizedMonth(4) })})
diff --git a/src/locales/en.json b/src/locales/en.json
index df928d6..38fa0a4 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -24,7 +24,6 @@
"sent_error": "Error occured while sending your message: ",
"name": "Name",
"body": "Message body",
- "send": "Send",
- "isp": "ISP"
+ "send": "Send"
}
}
diff --git a/src/locales/ja.json b/src/locales/ja.json
index 2fdc4fb..fe78bd5 100644
--- a/src/locales/ja.json
+++ b/src/locales/ja.json
@@ -26,7 +26,6 @@
"sent_error": "送信するときになんらかの問題が発生しました: ",
"name": "名前",
"body": "本文",
- "send": "送信",
- "isp": "インターネットサービスプロバイダー"
+ "send": "送信"
}
}
diff --git a/src/locales/zh-cn.json b/src/locales/zh-cn.json
index 7883276..e4bbf83 100644
--- a/src/locales/zh-cn.json
+++ b/src/locales/zh-cn.json
@@ -24,7 +24,6 @@
"sent_error": "发送时出现问题: ",
"name": "句柄名称",
"body": "文本",
- "send": "发送",
- "isp": "互联网服务供应商"
+ "send": "发送"
}
}