We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610760f commit f905626Copy full SHA for f905626
packages/client/src/components/auth/UserInfo.tsx
@@ -64,9 +64,10 @@ export function UserInfo() {
64
<Avatar
65
size='sm'
66
name={username}
67
- bg='primary.500'
+ bg='secondary.500'
68
+ color='white'
69
borderRadius='md'
- src={`https://www.gravatar.com/avatar/${userEmailHash}`}
70
+ src={`https://www.gravatar.com/avatar/${userEmailHash}?d=404`}
71
/>
72
</Box>
73
<MenuList>
0 commit comments