@ -12,7 +12,7 @@ import {
|
||||
import { Logo } from 'assets/icons/Logo'
|
||||
import { TextLink } from './TextLink'
|
||||
|
||||
const facebookGroupUrl = 'https://www.facebook.com/groups/typebot'
|
||||
const discordServerUrl = 'https://typebot.io/discord'
|
||||
const typebotLinkedInUrl = 'https://www.linkedin.com/company/typebot'
|
||||
const typebotTwitterUrl = 'https://twitter.com/Typebot_io'
|
||||
const baptisteTwitterUrl = 'https://twitter.com/baptisteArno'
|
||||
@ -54,12 +54,12 @@ export const Footer = () => {
|
||||
</Stack>
|
||||
<Stack align={'flex-start'}>
|
||||
<ListHeader>Community</ListHeader>
|
||||
<TextLink href={discordServerUrl} isExternal>
|
||||
Discord
|
||||
</TextLink>
|
||||
<TextLink href={githubRepoLink} isExternal>
|
||||
GitHub repository
|
||||
</TextLink>
|
||||
<TextLink href={facebookGroupUrl} isExternal>
|
||||
Facebook Group
|
||||
</TextLink>
|
||||
<TextLink href={typebotTwitterUrl} isExternal>
|
||||
Twitter
|
||||
</TextLink>
|
||||
|
@ -31,8 +31,8 @@ export const links = [
|
||||
{
|
||||
label: 'Community',
|
||||
description:
|
||||
'Join our facebook community and get insights on how to create high performing surveys',
|
||||
href: 'https://www.facebook.com/groups/262165102257585',
|
||||
'Join the Discord server and learn about chatbots best practices and get help from the community',
|
||||
href: '/discord',
|
||||
icon: <PeopleCircleIcon />,
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user