From f545f2ebf09d648e04f1a2b98d06f70bbab67574 Mon Sep 17 00:00:00 2001 From: mehedi-hasan Date: Tue, 9 Apr 2024 02:18:11 +0600 Subject: [PATCH] fix: pricing page responsiveness --- src/app/(app)/pricing/page.tsx | 2 +- src/components/footer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(app)/pricing/page.tsx b/src/app/(app)/pricing/page.tsx index 83f462e..9c8e133 100644 --- a/src/app/(app)/pricing/page.tsx +++ b/src/app/(app)/pricing/page.tsx @@ -62,7 +62,7 @@ export default function Page() { subtitle="At Skilled AI, we empower software engineers with top-notch upskilling resources tailored to their career goals. Explore our pricing plans below and take the next step towards mastering your craft." /> -
+
{plans.map((plan) => { return ; })} diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 346f8f3..0be5376 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -43,7 +43,7 @@ export default function Footer() {