diff --git a/apps/webapp/app/routes/_app.orgs.$organizationSlug.billing/route.tsx b/apps/webapp/app/routes/_app.orgs.$organizationSlug.billing/route.tsx index 73d845707..44683600f 100644 --- a/apps/webapp/app/routes/_app.orgs.$organizationSlug.billing/route.tsx +++ b/apps/webapp/app/routes/_app.orgs.$organizationSlug.billing/route.tsx @@ -1,5 +1,5 @@ import { ArrowUpCircleIcon } from "@heroicons/react/24/outline"; -import { CalendarDaysIcon, GiftIcon, ReceiptRefundIcon } from "@heroicons/react/24/solid"; +import { CalendarDaysIcon, ReceiptRefundIcon } from "@heroicons/react/24/solid"; import { Outlet } from "@remix-run/react"; import { LoaderFunctionArgs } from "@remix-run/server-runtime"; import { typedjson } from "remix-typedjson"; @@ -71,12 +71,7 @@ export default function Page() { } - label={"Current Bill Total"} - value={"$0.00"} - /> - } - value={"You’re currently on the Free plan"} + value={"You’re currently on the Pro plan ($80/mo)"} /> }