diff --git a/src/components/Plan.tsx b/src/components/Plan.tsx index d3ba882..15242b8 100644 --- a/src/components/Plan.tsx +++ b/src/components/Plan.tsx @@ -5,7 +5,7 @@ export const Plan = ({ id, name }: { id: number; name: string }) => { return (
{name}
diff --git a/src/pages/plans.tsx b/src/pages/plans.tsx index 8cfd1af..c63295a 100644 --- a/src/pages/plans.tsx +++ b/src/pages/plans.tsx @@ -41,8 +41,8 @@ const Plans = () => { return ( <> -
-
+
+
@@ -62,7 +62,7 @@ const Plans = () => {
-
+
-
+