From a842df160cf0f6a788a39df2ec5ce894fa377095 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:34:34 +0000 Subject: [PATCH] chore: update stripe payment links Replace all occurrences of the old Stripe checkout link with https://buy.stripe.com/14A3cv7K72TR3go14Nasg02 in: - components/mobile-icons-bar.tsx - components/purchase-credits-popup.tsx - components/usage-view.tsx Co-authored-by: ngoiyaeric <115367894+ngoiyaeric@users.noreply.github.com> --- components/mobile-icons-bar.tsx | 2 +- components/purchase-credits-popup.tsx | 2 +- components/usage-view.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/mobile-icons-bar.tsx b/components/mobile-icons-bar.tsx index bde08487..d0db2cfa 100644 --- a/components/mobile-icons-bar.tsx +++ b/components/mobile-icons-bar.tsx @@ -48,7 +48,7 @@ export const MobileIconsBar: React.FC = ({ onAttachmentClic - + diff --git a/components/purchase-credits-popup.tsx b/components/purchase-credits-popup.tsx index 7c24e748..b3fcd8f2 100644 --- a/components/purchase-credits-popup.tsx +++ b/components/purchase-credits-popup.tsx @@ -19,7 +19,7 @@ interface PurchaseCreditsPopupProps { export function PurchaseCreditsPopup({ isOpen, onClose }: PurchaseCreditsPopupProps) { const handlePurchase = () => { - window.open('https://buy.stripe.com/3cIaEX3tRcur9EM7tbasg00', '_blank'); + window.open('https://buy.stripe.com/14A3cv7K72TR3go14Nasg02', '_blank'); onClose(); }; diff --git a/components/usage-view.tsx b/components/usage-view.tsx index 26eac8f7..e36a6fe1 100644 --- a/components/usage-view.tsx +++ b/components/usage-view.tsx @@ -32,7 +32,7 @@ export function UsageView() {
Free -