From 1c80bf1fafaba307f3845f4aedf72e1e5a18890d Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Fri, 5 Aug 2022 06:58:29 -0600 Subject: [PATCH] Chat icon => users icon --- web/components/groups/group-chat.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/groups/group-chat.tsx b/web/components/groups/group-chat.tsx index 91de63c6..70605556 100644 --- a/web/components/groups/group-chat.tsx +++ b/web/components/groups/group-chat.tsx @@ -24,7 +24,7 @@ import { sum } from 'lodash' import { formatMoney } from 'common/util/format' import { useWindowSize } from 'web/hooks/use-window-size' import { useUnseenPreferredNotifications } from 'web/hooks/use-notifications' -import { ChatIcon, ChevronDownIcon } from '@heroicons/react/outline' +import { ChatIcon, ChevronDownIcon, UsersIcon } from '@heroicons/react/outline' import { setNotificationsAsSeen } from 'web/pages/notifications' export function GroupChat(props: { @@ -239,7 +239,7 @@ export function GroupChatInBubble(props: { }} > {!shouldShowChat ? ( -