💄 Fix user sidebar menu item styles

This commit is contained in:
Luke Vella 2024-05-26 10:16:56 +12:00
parent 4c7395b6de
commit efa4f03353

View file

@ -171,10 +171,12 @@ export function Sidebar() {
className="group h-auto w-full justify-start py-3" className="group h-auto w-full justify-start py-3"
> >
<Link href="/settings/profile"> <Link href="/settings/profile">
<div>
<CurrentUserAvatar /> <CurrentUserAvatar />
</div>
<span className="ml-1 grid grow"> <span className="ml-1 grid grow">
<span className="font-semibold">{user.name}</span> <span className="font-semibold">{user.name}</span>
<span className="text-muted-foreground text-sm"> <span className="text-muted-foreground truncate text-sm">
{user.email} {user.email}
</span> </span>
</span> </span>