mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
hide username in UserControl on mobile
This commit is contained in:
parent
8679acc0d9
commit
e7b04757f0
@ -94,7 +94,9 @@ export const UserControl = () => {
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
<div className='tw:ml-2 tw:mr-2'>{userProfile.name ?? user?.first_name}</div>
|
||||
<div className='tw:ml-2 tw:mr-2 tw:hidden tw:sm:block'>
|
||||
{userProfile.name ?? user?.first_name}
|
||||
</div>
|
||||
</Link>
|
||||
<div className='tw:dropdown tw:dropdown-end'>
|
||||
<label tabIndex={0} className='tw:btn tw:btn-ghost tw:btn-square'>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user