mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-07 06:12:46 -05:00
fix: make pricing pages consistent (#1567)
This commit is contained in:
committed by
GitHub
parent
66cfbebe74
commit
2dc03505fc
@@ -90,7 +90,7 @@ const linkSurveys = {
|
||||
{ name: "Unlimited Responses", free: true, paid: true },
|
||||
{ name: "Partial Responses", free: true, paid: true },
|
||||
{ name: "Multi-media Backgrounds", free: true, paid: true },
|
||||
{ name: "File Upload", free: true, paid: true },
|
||||
{ name: "File Upload", free: true, paid: true, comingSoon: true },
|
||||
{ name: "Hidden Fields", free: true, paid: true },
|
||||
{ name: "Single Use Survey Links", free: true, paid: true },
|
||||
{ name: "Pin-protected Surveys", free: true, paid: true },
|
||||
|
||||
+6
-1
@@ -132,6 +132,11 @@ export default function PricingTableComponent({
|
||||
title: "Unlimited User Identification",
|
||||
unlimited: true,
|
||||
},
|
||||
{
|
||||
title: "Reusable Segmentscoming",
|
||||
comingSoon: true,
|
||||
unlimited: true,
|
||||
},
|
||||
];
|
||||
|
||||
const linkSurveysFeatures = [
|
||||
@@ -141,7 +146,7 @@ export default function PricingTableComponent({
|
||||
},
|
||||
{
|
||||
title: "File Uploads upto 1 GB",
|
||||
comingSoon: false,
|
||||
comingSoon: true,
|
||||
},
|
||||
{
|
||||
title: "Multi Language Surveys",
|
||||
|
||||
Reference in New Issue
Block a user