2
0

📝 Add status page link in footers

This commit is contained in:
Baptiste Arnaud
2023-06-20 10:45:20 +02:00
parent da289a0da7
commit 36623930bc
2 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,7 @@ module.exports = {
label: 'Homepage',
to: 'https://www.typebot.io',
},
{ label: 'Status', to: 'https://status.typebot.io' },
{
label: 'Roadmap',
to: 'https://app.typebot.io/feedback',

View File

@ -16,6 +16,7 @@ const facebookGroupUrl = 'https://www.facebook.com/groups/typebot'
const typebotLinkedInUrl = 'https://www.linkedin.com/company/typebot'
const typebotTwitterUrl = 'https://twitter.com/Typebot_io'
const baptisteTwitterUrl = 'https://twitter.com/baptisteArno'
const statusPageUrl = 'https://status.typebot.io'
export const contactUrl = 'https://bot.typebot.io/landing-page-bubble-en'
export const roadmapLink = 'https://app.typebot.io/feedback'
export const documentationLink = 'https://docs.typebot.io'
@ -40,6 +41,9 @@ export const Footer = () => {
</Stack>
<Stack align={'flex-start'}>
<ListHeader>Product</ListHeader>
<TextLink href={statusPageUrl} isExternal>
Status
</TextLink>
<TextLink href={documentationLink} isExternal>
Documentation
</TextLink>