Simplified the plan summary info int the header

This commit is contained in:
James Ritchie
2023-11-30 18:05:53 +00:00
parent f559bb7fef
commit be51eb65c9
@@ -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() {
<PageInfoGroup>
<PageInfoProperty
icon={<ReceiptRefundIcon className="h-4 w-4 text-green-600" />}
label={"Current Bill Total"}
value={"$0.00"}
/>
<PageInfoProperty
icon={<GiftIcon className="h-4 w-4 text-green-600" />}
value={"Youre currently on the Free plan"}
value={"Youre currently on the Pro plan ($80/mo)"}
/>
<PageInfoProperty
icon={<CalendarDaysIcon className="h-4 w-4 text-green-600" />}