Update icon for Manage button to use rounded accounts icon

This commit is contained in:
Leon Bösche
2026-01-24 01:19:43 +01:00
parent 76ad2f4581
commit c675cb9125

View File

@@ -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),
),