Skip to content

Commit cf8ee1f

Browse files
authored
feat(stacked-nav): insights icon (#87219)
**Before & After:** ![Screenshot 2025-03-17 at 1 16 48 PM](https://github.com/user-attachments/assets/c3728979-0ed9-4c87-b723-d90945e5005a)
1 parent ee3e7dd commit cf8ee1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/nav/primary/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function PrimaryNavigationItems() {
8989
analyticsKey="insights-domains"
9090
label={NAV_GROUP_LABELS[PrimaryNavGroup.INSIGHTS]}
9191
>
92-
<IconGraph />
92+
<IconGraph type="area" />
9393
</SidebarLink>
9494
</Feature>
9595

0 commit comments

Comments
 (0)