Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/shared/pricing/PricingSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const PricingSection = ({
enterTo="scale-100 translate-y-0 opacity-100"
className="flex flex-col gap-4"
>
<div className="content flex w-full flex-nowrap items-stretch justify-start gap-6 overflow-x-auto pb-8 md:justify-center">
<div className="content flex w-full flex-nowrap items-stretch justify-start gap-6 overflow-x-auto pb-8 px-2 md:justify-center">
{products?.individuals
? products.individuals[billingFrequency]
.filter((product) => {
Expand Down
2 changes: 1 addition & 1 deletion src/components/virus-scanner/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const HeroSection = ({ textContent, lang }: HeroSectionProps): JSX.Element => {
</div>

<a
href={`https://www.bitdefender.com/pages/consumer/en/new/voucher-ts-ps/?vcampaign=internxt`}
href={`https://www.bitdefender.com/pages/consumer/en/new/avfree/internxt?vcampaign=avfreeinternxt&cid=aff%7Cc%7Cpartnership%7Cinternxt`}
target="_blank"
rel="noopener noreferrer"
className="button-primary"
Expand Down
Loading