feat: 🛂 Restrict file upload input
This commit is contained in:
@@ -224,6 +224,16 @@ export const PlanComparisonTables = ({ prices, ...props }: Props) => {
|
||||
<CheckIcon />
|
||||
</Td>
|
||||
</Tr>
|
||||
<Tr>
|
||||
<Td>File upload inputs</Td>
|
||||
<Td />
|
||||
<Td>
|
||||
<CheckIcon />
|
||||
</Td>
|
||||
<Td>
|
||||
<CheckIcon />
|
||||
</Td>
|
||||
</Tr>
|
||||
<Tr>
|
||||
<Td>Custom domains</Td>
|
||||
<Td />
|
||||
|
||||
@@ -94,7 +94,7 @@ const Pricing = () => {
|
||||
'In-depth drop off analytics',
|
||||
'Custom domains',
|
||||
'Organize typebots in folders',
|
||||
'Unlimited uploads',
|
||||
'File upload input',
|
||||
],
|
||||
}}
|
||||
borderWidth="3px"
|
||||
|
||||
Reference in New Issue
Block a user