Show profile name on mobile header without dropdown

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-03 00:05:56 +00:00
parent f170fd6625
commit d4b2d67a0c

View File

@@ -69,9 +69,12 @@
</div>
</div>
<!-- Mobile User Avatar (No Dropdown) -->
<div class="md:hidden w-8 h-8 rounded-full bg-gradient-to-br from-orange-500 to-pink-500 flex items-center justify-center text-white text-sm font-semibold">
D
<!-- Mobile User Avatar + Name (No Dropdown) -->
<div class="md:hidden flex items-center gap-2">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-orange-500 to-pink-500 flex items-center justify-center text-white text-sm font-semibold">
D
</div>
<span class="text-white text-sm font-medium">Dorian</span>
</div>
</div>
</div>