Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Box from '@mui/material/Box';
import Typography from '@mui/material/Typography';
import IconButton from '@mui/material/IconButton';
import LinkedInIcon from '@mui/icons-material/LinkedIn';
import InstagramIcon from '@mui/icons-material/Instagram';
import TwitterIcon from '@mui/icons-material/Twitter';
import GitHubIcon from '@mui/icons-material/GitHub';
import MailIcon from '@mui/icons-material/Mail';
Expand Down Expand Up @@ -82,6 +83,16 @@ const Footer = () => {
>
<LinkedInIcon sx={{ fontSize: 18 }} />
</IconButton>
<IconButton
size='small'
href='https://www.instagram.com/javascriptchile/'
target='_blank'
rel='noopener noreferrer'
component='a'
sx={{ color: '#000' }}
>
<InstagramIcon sx={{ fontSize: 18 }} />
</IconButton>
<IconButton
size='small'
href='https://twitter.com/jscriptchile'
Expand Down