Skip to content
Merged
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 bifrost/app/credits/waitlistPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ const response = await client.chat.completions.create({
</div>

{/* Bottom CTA - full width background */}
<div className="w-full bg-sky-50 dark:bg-sky-950 py-16 -mx-[50vw] relative left-[50%] right-[50%] w-[100vw]">
<div className="w-full bg-sky-50 dark:bg-sky-950 py-16">
<div className="max-w-6xl mx-auto px-4 text-center">
<h2 className="text-2xl sm:text-3xl font-semibold mb-4 text-slate-900">
Done juggling API keys and invoices?
Expand Down
Loading