From e2aa1cffb6e91d0fbee70e1f826f486ddef3844a Mon Sep 17 00:00:00 2001 From: Marc Klingen Date: Mon, 9 Dec 2024 22:36:31 +0100 Subject: [PATCH] docs: fix pricing page post v3 --- components/home/Pricing.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/home/Pricing.tsx b/components/home/Pricing.tsx index 77e93f3d..ea6b100a 100644 --- a/components/home/Pricing.tsx +++ b/components/home/Pricing.tsx @@ -125,7 +125,7 @@ const tiers = { "All Open Source features", "LLM Playground", "Human annotation queues", - "LLM as a judge evaluators (soon)", + "LLM as a judge evaluators", "Chat & Email support", ], cta: "Subscribe", @@ -299,8 +299,8 @@ const sections = [ cloud: { Hobby: true, Pro: true, Team: true }, selfHosted: { "Open Source": false, - Pro: "yes (v3)", - Enterprise: "yes (v3)", + Pro: "yes", + Enterprise: "yes", }, }, }, @@ -315,8 +315,8 @@ const sections = [ }, selfHosted: { "Open Source": false, - Pro: "yes (v3)", - Enterprise: "yes (v3)", + Pro: "yes", + Enterprise: "yes", }, }, },