File tree Expand file tree Collapse file tree 4 files changed +2824
-1340
lines changed
Expand file tree Collapse file tree 4 files changed +2824
-1340
lines changed Original file line number Diff line number Diff line change 1212dist.zip
1313dist-ssr
1414* .local
15+ .yarn
16+ .yarnrc.yml
1517
1618# auth
1719id_rsa
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default function Tour() {
2020 < ListItem > Pフレーム班 : 4/8、4/9、4/13、4/16</ ListItem >
2121 < ListItem > プロペラ班 : 4/9、4/10、4/16、4/17</ ListItem >
2222 < ListItem > 駆動班 : 4/10、4/17</ ListItem >
23- < ListItem > 電操班 : 4/7、4/10、4/11、4/14、4/17、4/18 </ ListItem >
23+ < ListItem > 電操班 : 平日午後(具体的日時は相談のうえ決めます) </ ListItem >
2424 < ListItem > フェアリング班 : 4/7、4/14</ ListItem >
2525 </ List >
2626 < Button variant = "outlined" color = "primary" href = "https://docs.google.com/forms/d/e/1FAIpQLSd93cDtUd5lHvC5iaYGXaGag2spyG6BOaS7FxnMroljVNN2jA/viewform" target = "_blank" sx = { { padding : 2 , alignSelf : "center" } } > 参加申し込み</ Button >
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import YouTubeIcon from '@mui/icons-material/YouTube';
44import GitHubIcon from '@mui/icons-material/GitHub' ;
55import HomeIcon from '@mui/icons-material/Home' ;
66import img_line_logo from './img/LINE_Brand_icon.png'
7+ import { Instagram } from '@mui/icons-material' ;
78
89function Links ( ) {
910 return (
@@ -33,8 +34,8 @@ function Links() {
3334 < ListItem >
3435 < Card sx = { { margin : 1 } } >
3536 < Stack direction = "row" alignItems = { 'center' } >
36- < Avatar sx = { { color : '#1DA1F2 ' , bgcolor : 'white' } } >
37- < HomeIcon />
37+ < Avatar sx = { { color : 'orange ' , bgcolor : 'white' } } >
38+ < Instagram />
3839 </ Avatar >
3940 < Typography variant = 'h6' padding = { 2 } > < a href = "https://www.instagram.com/tokyotechmeister_pr?igsh=MW1ieTdmdmt1d3Mxcw%3D%3D& utm_source = qr " > 公式Instagram</ a > </ Typography >
4041 </ Stack >
You can’t perform that action at this time.
0 commit comments