mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: little headerprofile changes
This commit is contained in:
parent
be7b1ee5b5
commit
ee9dbbc22e
1 changed files with 3 additions and 3 deletions
|
|
@ -28,13 +28,13 @@ export const HeaderProfileBox = () => {
|
||||||
</UnidentifiedArea>
|
</UnidentifiedArea>
|
||||||
)}
|
)}
|
||||||
{auth.isAuthenticated && (
|
{auth.isAuthenticated && (
|
||||||
<AccountArea className="space-x-3">
|
<AccountArea className="-space-x-2">
|
||||||
<div className="text-sm text-gray-600 p-1.5 px-2 rounded-lg">{auth.userInfo.user_object.full_name}</div>
|
<div className="text-xs px-4 text-gray-600 p-1.5 rounded-full bg-gray-50">{auth.userInfo.user_object.full_name}</div>
|
||||||
<div className="flex -space-x-2 items-center">
|
<div className="flex -space-x-2 items-center">
|
||||||
<div className="py-4">
|
<div className="py-4">
|
||||||
<Avvvatars size={26} value={auth.userInfo.user_object.user_id} style="shape" />
|
<Avvvatars size={26} value={auth.userInfo.user_object.user_id} style="shape" />
|
||||||
</div>
|
</div>
|
||||||
<Link className="bg-slate-50 p-1.5 rounded-full" href={"/settings"}><GearIcon fontSize={26} /></Link>
|
<Link className="bg-gray-50 p-1.5 rounded-full" href={"/settings"}><GearIcon fontSize={26} /></Link>
|
||||||
</div>
|
</div>
|
||||||
</AccountArea>
|
</AccountArea>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue