hide username in UserControl on mobile

This commit is contained in:
Anton Tranelis 2025-10-12 09:28:34 +02:00
parent 8679acc0d9
commit e7b04757f0

View File

@ -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'>