From 691cad1c0d9ee5076c6225a0d13829c4fbf80787 Mon Sep 17 00:00:00 2001 From: gbuomprisco Date: Tue, 10 Sep 2024 20:53:18 +0200 Subject: [PATCH] Fix animations bug in Firefox. Minor updates to marketing components. --- apps/web/app/(marketing)/page.tsx | 2 +- packages/ui/src/makerkit/marketing/cta-button.tsx | 8 ++++---- packages/ui/src/makerkit/marketing/hero.tsx | 8 +++++--- packages/ui/src/makerkit/marketing/secondary-hero.tsx | 6 +----- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/apps/web/app/(marketing)/page.tsx b/apps/web/app/(marketing)/page.tsx index 7aad64db3..50665141b 100644 --- a/apps/web/app/(marketing)/page.tsx +++ b/apps/web/app/(marketing)/page.tsx @@ -47,7 +47,7 @@ function Home() { (function CtaButtonComponent({ className, children, ...props }, ref) { return (