From 127492f613a709bc653c785ef259d04138f83685 Mon Sep 17 00:00:00 2001 From: Patti <139997703+Patticatti@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:17:22 -0700 Subject: [PATCH] fix(website): Fix headings in elevator and feature cards (#6311) Signed-off-by: Jamil Co-authored-by: Jamil --- website/src/app/page.tsx | 2 +- website/src/components/ElevatorPitch/index.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/src/app/page.tsx b/website/src/app/page.tsx index efb7a7d63..e3625146f 100644 --- a/website/src/app/page.tsx +++ b/website/src/app/page.tsx @@ -106,7 +106,7 @@ export default function Page() {
-
+
diff --git a/website/src/components/ElevatorPitch/index.tsx b/website/src/components/ElevatorPitch/index.tsx index 2c07da26e..72302037e 100644 --- a/website/src/components/ElevatorPitch/index.tsx +++ b/website/src/components/ElevatorPitch/index.tsx @@ -48,8 +48,8 @@ export default function ElevatorPitch() { const OptionButton = ({ title, desc, icon, index }: OptionButtonProps) => { return (