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,