File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 8
8
< div class ="dropdown dropdown-end ">
9
9
< div tabindex ="0 " role ="button " class ="btn btn-ghost btn-circle avatar ">
10
10
< div class ="w-10 rounded-full ">
11
- < img alt ="Tailwind CSS Navbar component "
12
- src =" https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.webp " / >
11
+ <!-- < img alt="Tailwind CSS Navbar component" src="" /> -->
12
+ < div class =" bg-gray-300 h-full w-full " > </ div >
13
13
</ div >
14
14
</ div >
15
15
< ul tabindex ="0 " class ="menu menu-sm dropdown-content bg-base-100 rounded-box z-[1] mt-3 w-52 p-2 shadow ">
16
- < li >
17
- < a class ="justify-between "> Profile</ a >
18
- </ li >
19
- < li > < a > Settings</ a > </ li >
20
- < li > < a > Logout</ a > </ li >
16
+ < li > < a href ="/profile " class ="justify-between "> Profile</ a > </ li >
17
+ < li > < a href ="/settings "> Settings</ a > </ li >
18
+ < li > < a href ="/logout "> Logout</ a > </ li >
21
19
</ ul >
22
20
</ div >
23
21
</ div >
You can’t perform that action at this time.
0 commit comments