Skip to content

Commit 180739f

Browse files
committed
style: Update header component styling and menu links placement
1 parent 437c6cd commit 180739f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/views/components/header.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@
88
<div class="dropdown dropdown-end">
99
<div tabindex="0" role="button" class="btn btn-ghost btn-circle avatar">
1010
<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>
1313
</div>
1414
</div>
1515
<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>
2119
</ul>
2220
</div>
2321
</div>

0 commit comments

Comments
 (0)