mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-27 14:57:13 +02:00
💄 Fix user sidebar menu item styles
This commit is contained in:
parent
4c7395b6de
commit
efa4f03353
1 changed files with 4 additions and 2 deletions
|
@ -171,10 +171,12 @@ export function Sidebar() {
|
|||
className="group h-auto w-full justify-start py-3"
|
||||
>
|
||||
<Link href="/settings/profile">
|
||||
<CurrentUserAvatar />
|
||||
<div>
|
||||
<CurrentUserAvatar />
|
||||
</div>
|
||||
<span className="ml-1 grid grow">
|
||||
<span className="font-semibold">{user.name}</span>
|
||||
<span className="text-muted-foreground text-sm">
|
||||
<span className="text-muted-foreground truncate text-sm">
|
||||
{user.email}
|
||||
</span>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue