From c19e12f7fb89492d4589d263062a62f081762c13 Mon Sep 17 00:00:00 2001 From: aster <137767097+aster-void@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:37:10 +0900 Subject: [PATCH 1/3] update about us --- src/pages/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 021ebbdf..eb7ec582 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -186,8 +186,7 @@ export default function IndexPage({ data }: PageProps) { { title: "団体名", content: "ut.code();" }, { title: "構成人数", content: "20 名程度 (アクティブ)" }, { title: "部室", content: "駒場キャンパス学生会館 313B 教室" }, - { title: "Twitter", content: "@utokyo_code" }, - { title: "LINE", content: "@nlr3843e" }, + { title: "X (旧 Twitter)", content: "@utokyo_code" }, { title: "活動場所", content: "部室, KOMAD, その他施設" }, { title: "所属", content: "東京大学工学部丁友会 (2022 年度)" }, ].map(({ title, content }) => ( From a018b4bce6ac2bbc3c41f165cc2c522f43d78dc3 Mon Sep 17 00:00:00 2001 From: aster <137767097+aster-void@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:39:10 +0900 Subject: [PATCH 2/3] online --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index eb7ec582..670bcc49 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -187,7 +187,7 @@ export default function IndexPage({ data }: PageProps) { { title: "構成人数", content: "20 名程度 (アクティブ)" }, { title: "部室", content: "駒場キャンパス学生会館 313B 教室" }, { title: "X (旧 Twitter)", content: "@utokyo_code" }, - { title: "活動場所", content: "部室, KOMAD, その他施設" }, + { title: "活動場所", content: "オンライン, 部室, KOMAD, その他施設" }, { title: "所属", content: "東京大学工学部丁友会 (2022 年度)" }, ].map(({ title, content }) => (
  • Date: Mon, 18 Nov 2024 17:46:45 +0900 Subject: [PATCH 3/3] lint --- src/pages/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 670bcc49..d3d28fc1 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -187,7 +187,10 @@ export default function IndexPage({ data }: PageProps) { { title: "構成人数", content: "20 名程度 (アクティブ)" }, { title: "部室", content: "駒場キャンパス学生会館 313B 教室" }, { title: "X (旧 Twitter)", content: "@utokyo_code" }, - { title: "活動場所", content: "オンライン, 部室, KOMAD, その他施設" }, + { + title: "活動場所", + content: "オンライン, 部室, KOMAD, その他施設", + }, { title: "所属", content: "東京大学工学部丁友会 (2022 年度)" }, ].map(({ title, content }) => (