Skip to content

Commit f69ec1a

Browse files
committed
Put temporary user avatar icon in the header
1 parent ac5da2a commit f69ec1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/Header/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const Header = (props: HeaderProps): JSX.Element => {
8484
>
8585
<a onClick={(e) => e.preventDefault()}>
8686
{/* Fetch and replace with first letter of user's name */}
87-
<Avatar>A</Avatar>
87+
<Avatar icon={<UserOutlined />}></Avatar>
8888
</a>
8989
</Dropdown>
9090
</AntdHeader>

0 commit comments

Comments
 (0)