Show profile name on mobile header without dropdown
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -69,9 +69,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Mobile User Avatar (No Dropdown) -->
|
<!-- Mobile User Avatar + Name (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">
|
<div class="md:hidden flex items-center gap-2">
|
||||||
D
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user