Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mirascope-ui/blocks/lilypad-pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down