From f55588a2ee310f5719b89877fee16f420b1718a0 Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Tue, 24 Mar 2026 16:16:27 +0100 Subject: [PATCH] feat: fixes --- src/components/shared/pricing/PricingSection.tsx | 2 +- src/components/virus-scanner/HeroSection.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/shared/pricing/PricingSection.tsx b/src/components/shared/pricing/PricingSection.tsx index 8d053aca6..c1a565314 100644 --- a/src/components/shared/pricing/PricingSection.tsx +++ b/src/components/shared/pricing/PricingSection.tsx @@ -190,7 +190,7 @@ export const PricingSection = ({ enterTo="scale-100 translate-y-0 opacity-100" className="flex flex-col gap-4" > -
+
{products?.individuals ? products.individuals[billingFrequency] .filter((product) => { diff --git a/src/components/virus-scanner/HeroSection.tsx b/src/components/virus-scanner/HeroSection.tsx index e44ad20c6..9380fe4da 100644 --- a/src/components/virus-scanner/HeroSection.tsx +++ b/src/components/virus-scanner/HeroSection.tsx @@ -245,7 +245,7 @@ const HeroSection = ({ textContent, lang }: HeroSectionProps): JSX.Element => {