From 9e8eb0da9d078175067f2b646b61f731402876be Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Wed, 15 Jan 2025 18:37:17 -0500 Subject: [PATCH] fix: Update LinkButton styling to use grid layout Update the LinkButton component in the GettingStarted section of the home page. Change the className attribute to use grid instead of flex. This prevents a bug on Safari where the logos would not render. --- src/components/pages/home/section/getting-started.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/home/section/getting-started.tsx b/src/components/pages/home/section/getting-started.tsx index 57c2ced4..c02c405d 100644 --- a/src/components/pages/home/section/getting-started.tsx +++ b/src/components/pages/home/section/getting-started.tsx @@ -30,7 +30,7 @@ type LinkButtonProps = { const LinkButton = ({ url, logo: Logo }: LinkButtonProps) => (