Skip to content

Commit 62d32cc

Browse files
authored
Merge pull request #15 from nkc-ug/develop
持ち物の記載、開催日時の変更
2 parents ac36cf6 + 6497ddb commit 62d32cc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/pages/NewStudent.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ export const NewStudent = () => {
2828

2929
const eventData = [
3030
createData("イベント名", "新入生向けNKC-UG説明会"),
31-
createData("開催日時", "5月9日(金) 15:30~"),
31+
createData("開催日時", "5月16日(金)・5月23日(金) 15:30~"),
3232
createData("開催場所", "1号館 163教室"),
3333
createData("内容", "NKC-UG説明会, GitHub勉強会"),
34+
createData("持ち物", "パソコン"),
3435
];
3536

3637
return (
@@ -82,7 +83,7 @@ export const NewStudent = () => {
8283
イベント概要
8384
</Typography>
8485
<Typography>
85-
5月9日(金)に新入生向けNKC-UG説明会を開催します!
86+
5月16日(金)・5月23日(金)に新入生向けNKC-UG説明会を開催します!
8687
<br />
8788
詳細は下記をご覧ください!
8889
</Typography>
@@ -98,6 +99,9 @@ export const NewStudent = () => {
9899
})}
99100
</TableBody>
100101
</Table>
102+
<Typography textAlign={"center"} margin={"0.5rem"}>
103+
開催日が二日ありますが、内容は変わらないのでお好きな回へご参加ください!
104+
</Typography>
101105
<Box sx={{ textAlign: "center", margin: "1rem" }}>
102106
<Link
103107
href={

0 commit comments

Comments
 (0)