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)
|
||||
_buildNavButton(
|
||||
'Manage',
|
||||
Icons.admin_panel_settings,
|
||||
Icons.manage_accounts_rounded,
|
||||
onTap: () =>
|
||||
_showOrganizationSettings(context),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user