File tree Expand file tree Collapse file tree 3 files changed +2823
-1339
lines changed
Expand file tree Collapse file tree 3 files changed +2823
-1339
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 @@ -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