Skip to content

Commit

Permalink
refact: change footer social from button to link for accessiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
wtLau committed Nov 7, 2022
1 parent 867d38e commit c5bbf78
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions components/common/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,27 +81,21 @@ const Footer: FC = () => {
))}
</Grid>

<Grid container item justifyContent='center' spacing={1}>
<Grid container item justifyContent='center' spacing={4}>
<Grid item>
<Link target='_blank' href='https://www.linkedin.com/in/brian-lau/'>
<IconButton size='large'>
<LinkedIn />
</IconButton>
<LinkedIn />
</Link>
</Grid>

<Grid item>
<Link target='_blank' href='https://www.instagram.com/wtlau.raw/'>
<IconButton size='large'>
<Instagram />
</IconButton>
<Instagram />
</Link>
</Grid>
<Grid item>
<Link target='_blank' href='https://www.github.com/wtlau'>
<IconButton size='large'>
<GitHub />
</IconButton>
<GitHub />
</Link>
</Grid>
</Grid>
Expand Down

0 comments on commit c5bbf78

Please sign in to comment.