diff --git a/src/App/Pages/Vault/GroupingsPage/GroupingsPageListItem.cs b/src/App/Pages/Vault/GroupingsPage/GroupingsPageListItem.cs index d2fa0c46d..11e15677a 100644 --- a/src/App/Pages/Vault/GroupingsPage/GroupingsPageListItem.cs +++ b/src/App/Pages/Vault/GroupingsPage/GroupingsPageListItem.cs @@ -80,7 +80,7 @@ namespace Bit.App.Pages } else if (Collection != null) { - _icon = BitwardenIcons.Globe; + _icon = BitwardenIcons.Collection; } else if (Type != null) {