Skip to content

Commit

Permalink
add layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail-kharrobi committed Aug 22, 2023
1 parent d5abfff commit 36c9aac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/code/src/Layout/Assets/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ export const Avatar = () =>{
return (
<div className="avatar online dropdown">
<div tabIndex={0} className="w-10 sm:w-12 rounded-xl">
<img alt="profile image" src={avatart} />
<img alt="profile " src={avatart} />
</div>
<ul tabIndex={0} className="dropdown-content z-50 right-0 top-10 menu p-2 shadow bg-base-100 rounded-box w-52">
<li className="hover:bg-primary hover:rounded-xl transform duration-500"><a>Settings</a></li>
<li className="hover:bg-primary hover:rounded-xl transform duration-500"><a>Profile</a></li>
<li className="hover:bg-primary hover:rounded-xl transform duration-500"><a href="/main">Settings</a></li>
<li className="hover:bg-primary hover:rounded-xl transform duration-500"><a href="/main">Profile</a></li>
</ul>
</div>

Expand Down

0 comments on commit 36c9aac

Please sign in to comment.