Compare commits
3 Commits
subscribe-
...
test-pull
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1303a2fcf3 | ||
|
|
3c82537378 | ||
|
|
93424823e6 |
@@ -52,3 +52,5 @@ export default function CheckoutReturn() {
|
|||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// test comment
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { useNavigate, useSearchParams } from "react-router-dom";
|
import { useNavigate, useSearchParams } from "react-router-dom";
|
||||||
import { useAuth } from "../../contexts/AuthContext";
|
import { useAuth } from "../../contexts/AuthContext";
|
||||||
import { useUserProperties } from "../../contexts/UserPropertiesContext";
|
|
||||||
import {
|
import {
|
||||||
createCheckoutSession,
|
createCheckoutSession,
|
||||||
activateFreeTier,
|
activateFreeTier,
|
||||||
@@ -96,8 +95,6 @@ export default function Subscribe() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function ProgressBar() {
|
function ProgressBar() {
|
||||||
return (
|
return (
|
||||||
<div className="progress-bar">
|
<div className="progress-bar">
|
||||||
@@ -191,7 +188,7 @@ export default function Subscribe() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ── Footer navigation ─────────────────────────────────────────────────────
|
// ── Footer nav ──────────────────────────────────────────────────────────
|
||||||
|
|
||||||
function Footer() {
|
function Footer() {
|
||||||
async function handleNext() {
|
async function handleNext() {
|
||||||
|
|||||||
Reference in New Issue
Block a user