diff --git a/packages/bruno-app/src/components/BrunoSupport/index.js b/packages/bruno-app/src/components/BrunoSupport/index.js index d3c3ebb85..b4ec85484 100644 --- a/packages/bruno-app/src/components/BrunoSupport/index.js +++ b/packages/bruno-app/src/components/BrunoSupport/index.js @@ -1,6 +1,6 @@ import React from 'react'; import Modal from 'components/Modal/index'; -import { IconSpeakerphone, IconBrandTwitter, IconBrandGithub } from '@tabler/icons'; +import { IconSpeakerphone, IconBrandTwitter, IconBrandGithub, IconBrandDiscord } from '@tabler/icons'; import StyledWrapper from './StyledWrapper'; const BrunoSupport = ({ onClose }) => { @@ -14,6 +14,12 @@ const BrunoSupport = ({ onClose }) => { Report Issues +