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 ac5da2a commit f69ec1aCopy full SHA for f69ec1a
apps/frontend/src/components/Header/header.tsx
@@ -84,7 +84,7 @@ const Header = (props: HeaderProps): JSX.Element => {
84
>
85
<a onClick={(e) => e.preventDefault()}>
86
{/* Fetch and replace with first letter of user's name */}
87
- <Avatar>A</Avatar>
+ <Avatar icon={<UserOutlined />}></Avatar>
88
</a>
89
</Dropdown>
90
</AntdHeader>
0 commit comments