From cb4492e33fd7daf1f0aa307ff9e0eb7eb061ce6d Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Fri, 23 Oct 2020 13:17:52 -0300 Subject: [PATCH] Changes to the Hero Component --- components/ui/Hero/Hero.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ui/Hero/Hero.tsx b/components/ui/Hero/Hero.tsx index e524237a4..be55e8ee2 100644 --- a/components/ui/Hero/Hero.tsx +++ b/components/ui/Hero/Hero.tsx @@ -18,11 +18,11 @@ const Hero: FC = ({ headline, description, className }) => {

{headline}

-
+

{description}

- + Read it here