Skip to content

Commit

Permalink
📝 Add status page link in footers
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jun 20, 2023
1 parent da289a0 commit 3662393
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 4 additions & 0 deletions apps/landing-page/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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>
Expand Down

0 comments on commit 3662393

Please sign in to comment.