diff --git a/app/core/components/inactive-subscription.tsx b/app/core/components/inactive-subscription.tsx new file mode 100644 index 0000000..965e109 --- /dev/null +++ b/app/core/components/inactive-subscription.tsx @@ -0,0 +1,35 @@ +import { Routes, useRouter } from "blitz"; +import { IoSettings, IoAlertCircleOutline } from "react-icons/io5"; + +export default function InactiveSubscription() { + const router = useRouter(); + + return ( +
+ You need an active subscription to use this feature.
+
+ Head over to your settings to pick up a plan.
+