Update icon for Manage button to use rounded accounts icon
This commit is contained in:
@@ -515,7 +515,7 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
|
|||||||
if (hasSelectedOrg)
|
if (hasSelectedOrg)
|
||||||
_buildNavButton(
|
_buildNavButton(
|
||||||
'Manage',
|
'Manage',
|
||||||
Icons.admin_panel_settings,
|
Icons.manage_accounts_rounded,
|
||||||
onTap: () =>
|
onTap: () =>
|
||||||
_showOrganizationSettings(context),
|
_showOrganizationSettings(context),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user