Skip to content

Commit 336bf26

Browse files
authored
Justin/pricing changes per gb (#5465)
1 parent a200cdd commit 336bf26

File tree

27 files changed

+896
-764
lines changed

27 files changed

+896
-764
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
"Bash(npx vitest:*)",
101101
"WebFetch(domain:streamdown.ai)",
102102
"mcp__ide__getDiagnostics",
103-
"Bash(yarn cf-typegen:*)"
103+
"Bash(yarn cf-typegen:*)",
104+
"WebFetch(domain:docs.stripe.com)"
104105
],
105106
"deny": []
106107
},

bifrost/app/components/templates/pricing/FreeCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const FreeCard: React.FC = () => {
2323
<Col>
2424
{[
2525
"10,000 free requests",
26-
"Requests and Dashboard",
27-
"Free, truly.",
26+
"1 GB storage",
27+
"1 seat, 1 organization",
2828
].map((feature, index) => (
2929
<div key={index} className="py-1.5 flex items-center gap-2">
3030
<div className="w-4 h-4 relative overflow-hidden">

0 commit comments

Comments
 (0)