Skip to content

Commit a07173c

Browse files
committed
LinkページのInstagramのアイコン変更
1 parent 18a8140 commit a07173c

File tree

3 files changed

+2823
-1339
lines changed

3 files changed

+2823
-1339
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/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)