diff --git a/app/components/subscription/current-plan-details.tsx b/app/components/subscription/current-plan-details.tsx index 0a5e343e8..c7a181da1 100644 --- a/app/components/subscription/current-plan-details.tsx +++ b/app/components/subscription/current-plan-details.tsx @@ -12,6 +12,7 @@ export const CurrentPlanDetails = () => { You’re currently using the {activeProduct?.name} version of Shelf{" "} {isTrialSubscription ? " on a free trial" : ""}.
+
diff --git a/app/routes/_layout+/settings.subscription.tsx b/app/routes/_layout+/settings.subscription.tsx
index 34d55c1bb..23589e663 100644
--- a/app/routes/_layout+/settings.subscription.tsx
+++ b/app/routes/_layout+/settings.subscription.tsx
@@ -7,12 +7,14 @@ import { json, redirect } from "@remix-run/node";
import { Link, useLoaderData } from "@remix-run/react";
import { z } from "zod";
import { InfoIcon } from "~/components/icons/library";
+import { Button } from "~/components/shared/button";
import {
Tabs,
TabsContent,
TabsList,
TabsTrigger,
} from "~/components/shared/tabs";
+import { WarningBox } from "~/components/shared/warning-box";
import { CurrentPlanDetails } from "~/components/subscription/current-plan-details";
import { CustomerPortalForm } from "~/components/subscription/customer-portal-form";
import { Prices } from "~/components/subscription/prices";
@@ -196,21 +198,44 @@ export const handle = {
export default function UserPage() {
const { title, subTitle, prices, subscription } =
useLoaderData
+ You’re currently using the{" "}
+ FREE version of Shelf
+
- You’re currently using the{" "}
- FREE version of Shelf
-
+ You are on a{" "}
+
+ . We have since updated our pricing plans.
+ You can view the new pricing plans in the customer portal. If
+ you cancel your subscription, you will not be able to renew it.
+
+ For any questions - get in touch with support
+