From 1becdad79e6198d00e9810c23a47b62975481677 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Sun, 1 May 2022 09:41:21 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=92=84=20Support=20bubble=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/builder/components/shared/SupportBubble.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/builder/components/shared/SupportBubble.tsx b/apps/builder/components/shared/SupportBubble.tsx index f06289e56..f0f9444d4 100644 --- a/apps/builder/components/shared/SupportBubble.tsx +++ b/apps/builder/components/shared/SupportBubble.tsx @@ -26,9 +26,6 @@ export const SupportBubble = () => { backgroundColor: '#ffffff', button: { color: '#0042DA', - iconUrl: - 'https://user-images.githubusercontent.com/16015833/159536717-35bb78f8-f659-49f2-ad7f-00172be69cfb.svg', - iconStyle: 'border-radius: 0; width: 50%', }, hiddenVariables: { 'User ID': user?.id,