From 72d72fa3d53acd2071235abf1e38efc81d6a160d Mon Sep 17 00:00:00 2001 From: JiPai Date: Tue, 5 Nov 2024 02:27:59 +0800 Subject: [PATCH] fix(Pricing): remove duplicate item --- apps/website/components/pricing.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/website/components/pricing.tsx b/apps/website/components/pricing.tsx index 51b7f55..8b3e94a 100644 --- a/apps/website/components/pricing.tsx +++ b/apps/website/components/pricing.tsx @@ -250,7 +250,6 @@ export function Pricing() { {[ t("plan.cloud.features.f1"), t("plan.cloud.features.f2"), - t("plan.cloud.features.f2"), t("plan.cloud.features.f3"), t("plan.cloud.features.f4"), t("plan.cloud.features.f5"),