Skip to content

Commit 185664f

Browse files
committed
2 parents 220b9d9 + 643d0d6 commit 185664f

File tree

4 files changed

+2824
-1340
lines changed

4 files changed

+2824
-1340
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ dist
1212
dist.zip
1313
dist-ssr
1414
*.local
15+
.yarn
16+
.yarnrc.yml
1517

1618
# auth
1719
id_rsa

src/pages/Event/Tour/Tour.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/pages/Links/Links.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import YouTubeIcon from '@mui/icons-material/YouTube';
44
import GitHubIcon from '@mui/icons-material/GitHub';
55
import HomeIcon from '@mui/icons-material/Home';
66
import img_line_logo from './img/LINE_Brand_icon.png'
7+
import { Instagram } from '@mui/icons-material';
78

89
function 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>

0 commit comments

Comments
 (0)