From 038b33e3b82e18ce81d9fc9048604da1574f69e9 Mon Sep 17 00:00:00 2001 From: Manish Zure Date: Fri, 24 Oct 2025 12:48:23 +0530 Subject: [PATCH] icon name changed to badge_alert --- lib/view/layouts/user_profile_right_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/view/layouts/user_profile_right_bar.dart b/lib/view/layouts/user_profile_right_bar.dart index c7e36c2..9fb8caf 100644 --- a/lib/view/layouts/user_profile_right_bar.dart +++ b/lib/view/layouts/user_profile_right_bar.dart @@ -313,7 +313,7 @@ Widget _switchTenantRow() { ), SizedBox(height: spacingHeight), _menuItemRow( - icon: LucideIcons.badge_help, + icon: LucideIcons.badge_alert, label: 'Support', ), SizedBox(height: spacingHeight),