Skip to content

Commit 0aabb00

Browse files
committed
fix wording
1 parent 1f43f7b commit 0aabb00

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

contents/banner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type Banner = {
99
const banner: Banner = {
1010
shown: true,
1111
kind: "notify",
12-
long: "3/30 (日) 20:00 から新歓オンライン説明会を開催します",
12+
long: "3/30 (日) 20:00 からオンライン新歓説明会を開催します",
1313
short: "3/30 (日) 新歓説明会を開催します",
1414
link: "/welcome-events",
1515
linkText: "詳細",

src/pages/join.astro

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@ import { Focus } from "../schema";
1919
>
2020
<p
2121
role="alert"
22-
class="alert alert-vertical border-info sm:alert-horizontal flex border-2"
22+
class="alert not-prose alert-vertical border-info sm:alert-horizontal flex border-2"
2323
>
24-
<span class="flex-grow"> 3/30 (日) 20:00~ 新歓説明会を実施します </span>
24+
<span class="flex-grow">
25+
3/30 (日) 20:00~ オンライン新歓説明会を実施します
26+
</span>
27+
<a class="link" href="/welcome-events"> 詳細 </a>
2528
<a
2629
class="link link-primary"
2730
target="_blank"
2831
href="https://forms.gle/12xKpLEv8qnJFdCz5"
29-
>参加フォーム
32+
>
33+
参加フォーム
3034
</a>
3135
</p>
3236
<p>
@@ -55,7 +59,7 @@ import { Focus } from "../schema";
5559
からご連絡ください。
5660
</p>
5761
<h2>📅 新歓日程</h2>
58-
<p>新歓の日程は、こちから確認できます。</p>
62+
<p>新歓の日程は、こちらから確認できます。</p>
5963
<ActionButton to="/welcome-events">新歓日程</ActionButton>
6064
<h2>💬 コミュニティについて</h2>
6165
<p>また、 ut.code(); では Slack コミュニティを運営しています。</p>

src/pages/welcome-events.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Focus } from "../schema";
1616
<StaticDocumentWrapper
1717
header={Header}
1818
fill="bg-gray-300"
19-
title="新歓イベントの詳細"
19+
title="新歓イベント"
2020
position="object-top"
2121
>
2222
<h2>📅 新歓日程</h2>
@@ -34,7 +34,7 @@ import { Focus } from "../schema";
3434
</a>
3535
<section aria-label="新歓日程一覧">
3636
<section id="online-information-session">
37-
<h3>新歓オンライン説明会</h3>
37+
<h3>オンライン新歓説明会</h3>
3838
<ul>
3939
<li>日時: 3/30 (日) 20:00~</li>
4040
<li>場所: Zoom</li>

0 commit comments

Comments
 (0)