File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export const MobileIconsBar: React.FC<MobileIconsBarProps> = ({ onAttachmentClic
4848 < Button variant = "ghost" size = "icon" data-testid = "mobile-search-button" >
4949 < Search className = "h-[1.2rem] w-[1.2rem] transition-all rotate-0 scale-100" />
5050 </ Button >
51- < a href = "https://buy.stripe.com/3cIaEX3tRcur9EM7tbasg00 " target = "_blank" rel = "noopener noreferrer" >
51+ < a href = "https://buy.stripe.com/14A3cv7K72TR3go14Nasg02 " target = "_blank" rel = "noopener noreferrer" >
5252 < Button variant = "ghost" size = "icon" >
5353 < TentTree className = "h-[1.2rem] w-[1.2rem] transition-all rotate-0 scale-100" />
5454 </ Button >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ interface PurchaseCreditsPopupProps {
1919
2020export function PurchaseCreditsPopup ( { isOpen, onClose } : PurchaseCreditsPopupProps ) {
2121 const handlePurchase = ( ) => {
22- window . open ( 'https://buy.stripe.com/3cIaEX3tRcur9EM7tbasg00 ' , '_blank' ) ;
22+ window . open ( 'https://buy.stripe.com/14A3cv7K72TR3go14Nasg02 ' , '_blank' ) ;
2323 onClose ( ) ;
2424 } ;
2525
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export function UsageView() {
3232 < div className = "p-4 border rounded-xl space-y-4" >
3333 < div className = "flex justify-between items-center" >
3434 < span className = "italic font-medium text-lg" > Free</ span >
35- < Button size = "sm" className = "rounded-full px-4" onClick = { ( ) => window . open ( 'https://buy.stripe.com/3cIaEX3tRcur9EM7tbasg00 ' , '_blank' ) } >
35+ < Button size = "sm" className = "rounded-full px-4" onClick = { ( ) => window . open ( 'https://buy.stripe.com/14A3cv7K72TR3go14Nasg02 ' , '_blank' ) } >
3636 Upgrade
3737 </ Button >
3838 </ div >
You can’t perform that action at this time.
0 commit comments