chore: added discord link

This commit is contained in:
Anoop M D 2022-10-31 00:58:36 +05:30
parent a291e7f345
commit 874ca07f39

View File

@ -1,6 +1,6 @@
import React from 'react'; import React from 'react';
import Modal from 'components/Modal/index'; 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'; import StyledWrapper from './StyledWrapper';
const BrunoSupport = ({ onClose }) => { const BrunoSupport = ({ onClose }) => {
@ -14,6 +14,12 @@ const BrunoSupport = ({ onClose }) => {
<span className="label ml-2">Report Issues</span> <span className="label ml-2">Report Issues</span>
</a> </a>
</div> </div>
<div className="mt-2">
<a href="https://discord.com/invite/KgcZUncpjq" target="_blank" className="flex items-end">
<IconBrandDiscord size={18} strokeWidth={2} />
<span className="label ml-2">Discord</span>
</a>
</div>
<div className="mt-2"> <div className="mt-2">
<a href="https://github.com/usebruno/bruno" target="_blank" className="flex items-end"> <a href="https://github.com/usebruno/bruno" target="_blank" className="flex items-end">
<IconBrandGithub size={18} strokeWidth={2} /> <IconBrandGithub size={18} strokeWidth={2} />