From fa2974c97f8b28bd93614d910f5f311407b274b8 Mon Sep 17 00:00:00 2001 From: Rickard Natt och Dag Date: Tue, 9 Feb 2021 08:24:14 +0100 Subject: [PATCH 1/3] chore: use more icon instead of phone --- packages/app/components/contactMenu.component.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/components/contactMenu.component.js b/packages/app/components/contactMenu.component.js index f9e42120f..10676c3f3 100644 --- a/packages/app/components/contactMenu.component.js +++ b/packages/app/components/contactMenu.component.js @@ -11,12 +11,12 @@ import { export const ContactMenu = ({contact, selected, setSelected}) => { const [visible, setVisible] = React.useState(selected) - const contactIcon = (props) => + const moreIcon = (props) => const renderToggleButton = () => (