chore: Remove beta tag from sidebar name (#1552)

This commit is contained in:
Nithin David Thomas
2020-12-26 11:18:56 +05:30
committed by GitHub
parent 7c62d3629c
commit 56280eaf35
35 changed files with 34 additions and 35 deletions

View File

@@ -25,7 +25,7 @@ export const getSidebarItems = accountId => ({
toStateName: 'home',
},
contacts: {
icon: 'ion-person-stalker',
icon: 'ion-person',
label: 'CONTACTS',
hasSubMenu: false,
toState: frontendURL(`accounts/${accountId}/contacts`),