Add discord link

This commit is contained in:
Fred Carlsen
2019-07-03 11:15:34 +02:00
committed by fabioberger
parent 243b478b99
commit b0896408d2

View File

@@ -41,10 +41,13 @@ export const HelpCallout: React.FunctionComponent<HelpCalloutProps> = (props: He
HelpCallout.defaultProps = {
heading: 'Need some help?',
description: 'Get in touch here and well be happy to help.',
description: `Get in touch here and well be happy to help.`,
url: 'https://discordapp.com/invite/d3FTX3M',
};
const Wrapper = styled.a<WrapperProps>`
const Wrapper = styled.a.attrs<WrapperProps>({
target: '_blank',
})`
background-color: ${colors.backgroundLight};
padding: 25px 30px;
display: flex;