From 35916af7bf2efc7e24c746a6ee366cf0bced046a Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:00:07 +0530 Subject: [PATCH] [auth] Show trashed icons in the end --- auth/lib/ui/home_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/lib/ui/home_page.dart b/auth/lib/ui/home_page.dart index cc4dd18e8d..8e1134a951 100644 --- a/auth/lib/ui/home_page.dart +++ b/auth/lib/ui/home_page.dart @@ -388,7 +388,7 @@ class _HomePageState extends State { } if (index == itemCount - 1 && hasTrashedCodes) { return TagChip( - label: "Trash", + label: '🗑️ Trash', state: _isTrashOpen ? TagChipState.selected : TagChipState.unselected,