Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
feat(aboutpage): enforce rounded avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Mar 4, 2020
1 parent d636ba0 commit a28909a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/AboutPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const AboutPage = props => {
fixed={bio.img.image.fixed}
alt={bio.name}
title={bio.name}
sx={{ borderRadius: `round` }}
/>
</div>
<div>
Expand Down

0 comments on commit a28909a

Please sign in to comment.