1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-26 03:42:57 +02:00

[Icons] - BUG - Update groupings icon for collections (#1773)

This commit is contained in:
Vincent Salucci 2022-02-12 06:27:37 -06:00 committed by GitHub
parent e4230ac4f6
commit 615136be96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ namespace Bit.App.Pages
}
else if (Collection != null)
{
_icon = BitwardenIcons.Globe;
_icon = BitwardenIcons.Collection;
}
else if (Type != null)
{