Skip to content

Commit f905626

Browse files
committed
Change default identicon
1 parent 610760f commit f905626

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/client/src/components/auth/UserInfo.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ export function UserInfo() {
6464
<Avatar
6565
size='sm'
6666
name={username}
67-
bg='primary.500'
67+
bg='secondary.500'
68+
color='white'
6869
borderRadius='md'
69-
src={`https://www.gravatar.com/avatar/${userEmailHash}`}
70+
src={`https://www.gravatar.com/avatar/${userEmailHash}?d=404`}
7071
/>
7172
</Box>
7273
<MenuList>

0 commit comments

Comments
 (0)