incognitolm commited on
Commit ·
cbab559
1
Parent(s): aba465f
Update pricing.tsx
Browse files- src/routes/pricing.tsx +1 -1
src/routes/pricing.tsx
CHANGED
|
@@ -66,7 +66,7 @@ const faqs = [
|
|
| 66 |
];
|
| 67 |
|
| 68 |
function PricingPage() {
|
| 69 |
-
const [annual, setAnnual] = useState(
|
| 70 |
|
| 71 |
return (
|
| 72 |
<div className="flex min-h-screen flex-col">
|
|
|
|
| 66 |
];
|
| 67 |
|
| 68 |
function PricingPage() {
|
| 69 |
+
const [annual, setAnnual] = useState(true);
|
| 70 |
|
| 71 |
return (
|
| 72 |
<div className="flex min-h-screen flex-col">
|