From 15535278612b6a4061adea624e09a4beac417403 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 22 Aug 2022 16:11:55 +0200 Subject: [PATCH] feat(ui) - support link --- .../shared/SupportCallout/SupportCallout.tsx | 14 ++++----- frontend/app/svg/slack-help.svg | 31 +++++++++++++++++++ 2 files changed, 38 insertions(+), 7 deletions(-) create mode 100644 frontend/app/svg/slack-help.svg diff --git a/frontend/app/components/shared/SupportCallout/SupportCallout.tsx b/frontend/app/components/shared/SupportCallout/SupportCallout.tsx index 951c98274..b37b64616 100644 --- a/frontend/app/components/shared/SupportCallout/SupportCallout.tsx +++ b/frontend/app/components/shared/SupportCallout/SupportCallout.tsx @@ -1,16 +1,16 @@ import React from 'react'; -import SlackIcon from '../../../svg/integrations/slack.svg'; +import SlackIcon from '../../../svg/slack-help.svg'; import { Popup } from 'UI'; function SupportCallout() { return ( - - -
+ +
+ -
-
- + +
+ ); } diff --git a/frontend/app/svg/slack-help.svg b/frontend/app/svg/slack-help.svg new file mode 100644 index 000000000..d2e3c0382 --- /dev/null +++ b/frontend/app/svg/slack-help.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +