Show profile name on mobile header without dropdown
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -69,10 +69,13 @@
|
||||
</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">
|
||||
<!-- 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>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user