From ea8cb41e94cf99b37290a8d62248feed5397b5f4 Mon Sep 17 00:00:00 2001 From: Koudai Aono Date: Thu, 26 Jun 2025 11:45:59 +0900 Subject: [PATCH] feat: update data retention days for pricing tiers --- mirascope-ui/blocks/lilypad-pricing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirascope-ui/blocks/lilypad-pricing.tsx b/mirascope-ui/blocks/lilypad-pricing.tsx index 21dc8f8..ae7e714 100644 --- a/mirascope-ui/blocks/lilypad-pricing.tsx +++ b/mirascope-ui/blocks/lilypad-pricing.tsx @@ -169,7 +169,7 @@ export const cloudHostedFeatures = [ pro: "100k spans / month (thereafter $1 per 10k)", team: "1M spans / month (thereafter $1 per 10k)", }, - { feature: "Data Retention", free: "30 days", pro: "90 days", team: "180 days" }, + { feature: "Data Retention", free: "30 days", pro: "180 days", team: "Unlimited" }, { feature: "Versioned Functions", free: true, pro: true, team: true }, { feature: "Playground", free: true, pro: true, team: true }, { feature: "Comparisons", free: true, pro: true, team: true },