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 ( +
+ +
+
+
+
+
+ ); +} diff --git a/app/core/layouts/layout/footer.tsx b/app/core/layouts/layout/footer.tsx index b774e91..bce6ef2 100644 --- a/app/core/layouts/layout/footer.tsx +++ b/app/core/layouts/layout/footer.tsx @@ -6,7 +6,7 @@ import clsx from "clsx"; export default function Footer() { return (