feat: add content drawer and change header img to avatar

This commit is contained in:
2025-04-21 13:19:30 +05:00
parent 9cab3142c9
commit e7fbd53dfe
4 changed files with 111 additions and 7 deletions

View File

@@ -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>