fix: avatars & sidebars
This commit is contained in:
@@ -550,10 +550,10 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
|
||||
const renderHelpSubItem = React.useCallback((item: HelpItem) => {
|
||||
const content = (
|
||||
<>
|
||||
<item.icon className="mt-1.5 size-3 shrink-0 !text-muted-foreground/90" />
|
||||
<p className="text-xs font-light mt-1.5 text-muted-foreground/90 flex-1">{item.title}</p>
|
||||
<item.icon className="mt-0 size-2 shrink-0 !text-muted-foreground/90" />
|
||||
<p className="text-xs font-light mt-0 text-muted-foreground/90 flex-1">{item.title}</p>
|
||||
{item.external && (
|
||||
<ArrowUpRight className="mt-1.5 size-3 shrink-0 !text-muted-foreground/60" />
|
||||
<ArrowUpRight className="mt-0 size-10 shrink-0 !text-muted-foreground/60" />
|
||||
)}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user