Skip to content

Commit

Permalink
fix: profile image not centered (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregogun committed Jul 13, 2022
1 parent 4320ab3 commit 0d1ae50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gold-tools-turn.md
@@ -0,0 +1,5 @@
---
'@sigle/app': patch
---

Fix profile image not centered on profile page.
2 changes: 1 addition & 1 deletion sigle/src/modules/publicHome/components/PublicHome.tsx
Expand Up @@ -62,7 +62,7 @@ const HeaderLogoContainer = styled('div', {
width: 92,
height: 92,
display: 'flex',
justifyContent: 'between',
justifyContent: 'center',
br: '$4',
overflow: 'hidden',
mb: '$2',
Expand Down

0 comments on commit 0d1ae50

Please sign in to comment.