📝 Add status page link in footers
This commit is contained in:
@ -48,6 +48,7 @@ module.exports = {
|
|||||||
label: 'Homepage',
|
label: 'Homepage',
|
||||||
to: 'https://www.typebot.io',
|
to: 'https://www.typebot.io',
|
||||||
},
|
},
|
||||||
|
{ label: 'Status', to: 'https://status.typebot.io' },
|
||||||
{
|
{
|
||||||
label: 'Roadmap',
|
label: 'Roadmap',
|
||||||
to: 'https://app.typebot.io/feedback',
|
to: 'https://app.typebot.io/feedback',
|
||||||
|
@ -16,6 +16,7 @@ const facebookGroupUrl = 'https://www.facebook.com/groups/typebot'
|
|||||||
const typebotLinkedInUrl = 'https://www.linkedin.com/company/typebot'
|
const typebotLinkedInUrl = 'https://www.linkedin.com/company/typebot'
|
||||||
const typebotTwitterUrl = 'https://twitter.com/Typebot_io'
|
const typebotTwitterUrl = 'https://twitter.com/Typebot_io'
|
||||||
const baptisteTwitterUrl = 'https://twitter.com/baptisteArno'
|
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 contactUrl = 'https://bot.typebot.io/landing-page-bubble-en'
|
||||||
export const roadmapLink = 'https://app.typebot.io/feedback'
|
export const roadmapLink = 'https://app.typebot.io/feedback'
|
||||||
export const documentationLink = 'https://docs.typebot.io'
|
export const documentationLink = 'https://docs.typebot.io'
|
||||||
@ -40,6 +41,9 @@ export const Footer = () => {
|
|||||||
</Stack>
|
</Stack>
|
||||||
<Stack align={'flex-start'}>
|
<Stack align={'flex-start'}>
|
||||||
<ListHeader>Product</ListHeader>
|
<ListHeader>Product</ListHeader>
|
||||||
|
<TextLink href={statusPageUrl} isExternal>
|
||||||
|
Status
|
||||||
|
</TextLink>
|
||||||
<TextLink href={documentationLink} isExternal>
|
<TextLink href={documentationLink} isExternal>
|
||||||
Documentation
|
Documentation
|
||||||
</TextLink>
|
</TextLink>
|
||||||
|
Reference in New Issue
Block a user