feat(editor): ✨ Team workspaces
This commit is contained in:
13
apps/builder/components/shared/MaintenancePage.tsx
Normal file
13
apps/builder/components/shared/MaintenancePage.tsx
Normal file
@ -0,0 +1,13 @@
|
||||
import { Heading, Text, VStack } from '@chakra-ui/react'
|
||||
import { TypebotLogo } from 'assets/logos'
|
||||
import React from 'react'
|
||||
|
||||
export const MaintenancePage = () => (
|
||||
<VStack h="100vh" justify="center">
|
||||
<TypebotLogo />
|
||||
<Heading>
|
||||
The tool is under maintenance for an exciting new feature! 🤩
|
||||
</Heading>
|
||||
<Text>Please come back again in 10 minutes.</Text>
|
||||
</VStack>
|
||||
)
|
Reference in New Issue
Block a user