Skip to content

Commit 29c2c67

Browse files
fix(multi-org): org dropdown icons (#5033)
1 parent 99b0dbb commit 29c2c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/identity/components/GlobalHeader/OrgDropdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ export const OrgDropdown: FC<Props> = ({activeOrg, orgsList}) => {
2626
},
2727
{
2828
name: 'Members',
29-
iconFont: IconFont.CogOutline,
29+
iconFont: IconFont.UserOutline_New,
3030
href: `/orgs/${activeOrg.id}/users`,
3131
},
3232
{
3333
name: 'Usage',
34-
iconFont: IconFont.CogOutline,
34+
iconFont: IconFont.PieChart,
3535
href: `/orgs/${activeOrg.id}/usage`,
3636
},
3737
]

0 commit comments

Comments
 (0)