diff --git a/frontend/app/[locale]/(search)/pricing/page.tsx b/frontend/app/[locale]/(search)/pricing/page.tsx index dcb9b3ec..f2199db6 100644 --- a/frontend/app/[locale]/(search)/pricing/page.tsx +++ b/frontend/app/[locale]/(search)/pricing/page.tsx @@ -27,7 +27,7 @@ export default async function PricingPage() { } return ( -
+
diff --git a/frontend/components/pricing-cards.tsx b/frontend/components/pricing-cards.tsx index 42621638..3cafd186 100644 --- a/frontend/components/pricing-cards.tsx +++ b/frontend/components/pricing-cards.tsx @@ -173,7 +173,7 @@ export function PricingCards({ userId, subscriptionPlan }: PricingCardsProps) {
-
+
{pricingData.map((offer) => ( ))}