2
0

🛂 Disable direct support for Free users

Closes #1318
This commit is contained in:
Baptiste Arnaud
2024-03-04 17:57:32 +01:00
parent daaca9f817
commit 6d8a007f09
11 changed files with 98 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ export const FreePlanCard = () => (
'Native integrations',
'Webhooks',
'Custom Javascript & CSS',
'Community support & Docs',
],
}}
button={

View File

@@ -312,6 +312,28 @@ export const PlanComparisonTables = ({ onChatsTiersClick }: Props) => (
</Tr>
</Thead>
<Tbody>
<Tr>
<Td>Community support</Td>
<Td>
<CheckIcon />
</Td>
<Td>
<CheckIcon />
</Td>
<Td>
<CheckIcon />
</Td>
</Tr>
<Tr>
<Td>Direct support channel</Td>
<Td />
<Td>
<CheckIcon />
</Td>
<Td>
<CheckIcon />
</Td>
</Tr>
<Tr>
<Td>Priority support</Td>
<Td />

View File

@@ -41,6 +41,7 @@ export const StarterPlanCard = () => {
'Branding removed',
'Collect files from users',
'Create folders',
'Direct priority support',
],
}}
borderWidth="1px"