We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c806140 commit ef27632Copy full SHA for ef27632
1 file changed
apps/console/src/components/AppSidebar.tsx
@@ -296,12 +296,12 @@ function NavigationItemRenderer({ item }: { item: any }) {
296
<SidebarMenuButton asChild isActive={isActive} tooltip={item.label}>
297
{isExternal ? (
298
<a href={href} target="_blank" rel="noopener noreferrer">
299
- <Icon className="mr-2 h-4 w-4" />
+ <Icon className="h-4 w-4" />
300
<span>{item.label}</span>
301
</a>
302
) : (
303
<Link to={href}>
304
305
306
</Link>
307
)}
0 commit comments