From 3499ff98f5770a38a14329fc3d2f38a26736f018 Mon Sep 17 00:00:00 2001 From: Henrik Larsson Date: Tue, 15 Aug 2023 09:46:25 +0200 Subject: [PATCH] Render correct hero text field and basic typography styles --- components/modules/hero/hero.tsx | 8 +++++--- tailwind.config.js | 14 ++++++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/components/modules/hero/hero.tsx b/components/modules/hero/hero.tsx index 94dda07b4..b23966356 100644 --- a/components/modules/hero/hero.tsx +++ b/components/modules/hero/hero.tsx @@ -57,9 +57,11 @@ const Hero = ({ variant, title, text, label, image, link }: HeroProps) => { )} {text && ( - - {label} - +
+ + {text} + +
)} {link?.reference && (