Skip to content

Commit

Permalink
Don't crop extra logo aspect.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Apr 10, 2022
1 parent ed36bac commit 98cfd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_navBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ResponsiveAppBar = () => {
<AppBar position="static">
<Container maxWidth="xl">
<Toolbar disableGutters>
<Avatar src="logo512.png" sx={{ mr: 1 }} />
<Avatar src="logo512.png" sx={{ mr: 1 }} variant="square" />
<Typography
variant="h6"
noWrap
Expand Down

0 comments on commit 98cfd5c

Please sign in to comment.