chore: update discord text

This commit is contained in:
Sam Marks 2022-08-28 16:16:46 -04:00
parent a6327b6a55
commit 3158cc2da3
2 changed files with 9 additions and 4 deletions

View file

@ -3,6 +3,7 @@ export const GITHUB = `https://github.com/${REPO}`;
export const SUGGEST_ICON =
'https://github.com/iconoir-icons/iconoir/issues/new?assignees=lucaburgio&labels=icon+request&template=icon_request.md&title=%5BICON%5D';
export const SUPPORT_LINK = 'https://opencollective.com/iconoir/donate';
export const DISCORD_LINK = 'https://discord.gg/c3uzjx6k';
export const LICENSE_LINK =
'https://github.com/iconoir-icons/iconoir/blob/main/LICENSE';
export const ICON_WIDTH = 140;

View file

@ -10,7 +10,7 @@ import { Code, Heading2, Text18 } from '../components/Typography';
import { getHeaderProps } from '../lib/getHeaderProps';
import Image from 'next/image';
import { ArrowRight } from 'iconoir-react';
import { SUPPORT_LINK } from '../components/constants';
import { DISCORD_LINK, SUPPORT_LINK } from '../components/constants';
import { Footer } from '../components/Footer';
import { media } from '../components/responsive';
@ -78,12 +78,16 @@ const Support: NextPage<SupportProps> = ({ ...headerProps }) => {
<DonateLeft>
<DonateHeader>Join us on Discord</DonateHeader>
<Text18>
Tristique lobortis risus donec aliquam mattis nibh nisi congue
cursus sollicitudin erat posuere consequat gravida rhoncus.
Join the community and help us with your suggestions and feedback.
</Text18>
</DonateLeft>
<DonateRight>
<DonateButton>
<DonateButton
as={'a'}
href={DISCORD_LINK}
target={'_blank'}
rel={'noreferrer'}
>
<span>Join</span> <ArrowRight />
</DonateButton>
</DonateRight>