I'm trying to hide the user email and logout buttons in the PayloadAdminBar component. I've supplied the classNames thus:
classNames={{
controls: 'font-medium text-white',
logo: 'text-white',
user: 'hidden',
logout: 'hidden',
preview: 'text-white'
}}
Yet the user email and logout buttons are still shown? Any thoughts on where I'm going wrong?