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 90d569c3c..f0f13e174 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, ReceiptRefundIcon } from "@heroicons/react/24/solid"; +import { CalendarDaysIcon, ReceiptRefundIcon } from "@heroicons/react/20/solid"; import { Outlet } from "@remix-run/react"; import { LoaderFunctionArgs } from "@remix-run/server-runtime"; import { typedjson, useTypedLoaderData } from "remix-typedjson";