From 615136be96e9f1a6f20f684416138b9e22984bf5 Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Sat, 12 Feb 2022 06:27:37 -0600 Subject: [PATCH] [Icons] - BUG - Update groupings icon for collections (#1773) --- src/App/Pages/Vault/GroupingsPage/GroupingsPageListItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {