mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
[Icons] - BUG - Update groupings icon for collections (#1773)
This commit is contained in:
@@ -80,7 +80,7 @@ namespace Bit.App.Pages
|
||||
}
|
||||
else if (Collection != null)
|
||||
{
|
||||
_icon = BitwardenIcons.Globe;
|
||||
_icon = BitwardenIcons.Collection;
|
||||
}
|
||||
else if (Type != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user