File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments