mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 02:10:12 -06:00
fix docs page error, slight change to pricing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { GettingStarted } from "@/components/docs/GettingStarted";
|
||||
import { BestPractices } from "@/components/docs/BestPractices";
|
||||
import BestPractices from "@/components/docs/BestPractices";
|
||||
import { HeroPattern } from "@/components/docs/HeroPattern";
|
||||
import { Button } from "@/components/docs/Button";
|
||||
|
||||
|
||||
@@ -151,7 +151,7 @@ function BestPractice({ resource }: { resource: BestPractice }) {
|
||||
);
|
||||
}
|
||||
|
||||
export function BestPractices() {
|
||||
export default function BestPractices() {
|
||||
return (
|
||||
<div className="my-16 xl:max-w-none">
|
||||
<Heading level={2} id="resources">
|
||||
|
||||
@@ -62,7 +62,7 @@ const linkSurveys = {
|
||||
features: [
|
||||
{ name: "Unlimited Surveys", free: true, paid: true },
|
||||
{ name: "Unlimited Responses", free: true, paid: true },
|
||||
{ name: "Partial Submissions", free: true, paid: true },
|
||||
{ name: "Partial Responses", free: true, paid: true },
|
||||
{ name: "⚙️ URL Shortener", free: true, paid: true },
|
||||
{ name: "⚙️ Recall Information", free: true, paid: true },
|
||||
{ name: "⚙️ Hidden Field Questions", free: true, paid: true },
|
||||
|
||||
Reference in New Issue
Block a user