feat: add content drawer and change header img to avatar
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { Avatar } from 'antd';
|
||||
import Title from 'antd/es/typography/Title';
|
||||
|
||||
interface HeaderProps {
|
||||
@@ -41,13 +42,9 @@ export default function Header({ title }: HeaderProps) {
|
||||
justifyContent: 'center',
|
||||
}}
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/512/219/219986.png"
|
||||
alt="user"
|
||||
style={{
|
||||
height: '25.771240234375px',
|
||||
width: '25.771240234375px',
|
||||
}}
|
||||
<Avatar
|
||||
size={25.77}
|
||||
src={`https://cdn-icons-png.flaticon.com/512/219/219986.png`}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user