From d68333e982f10491f40ebda88731df4ec3cc569a Mon Sep 17 00:00:00 2001 From: Matija Sosic Date: Wed, 12 Apr 2023 11:37:57 +0200 Subject: [PATCH] lp: removed Examples button from the hero section. --- web/src/components/Features.js | 18 ++++++++---------- web/src/components/Hero.js | 19 +------------------ web/src/components/HowItWorks.js | 4 +--- 3 files changed, 10 insertions(+), 31 deletions(-) diff --git a/web/src/components/Features.js b/web/src/components/Features.js index 9a2dd065f..ed3a8f537 100644 --- a/web/src/components/Features.js +++ b/web/src/components/Features.js @@ -45,18 +45,16 @@ const TextLink = ({ url, label }) => ( -
- - {label} -
- - - -
-
+
+ {label} +
+ + + +
diff --git a/web/src/components/Hero.js b/web/src/components/Hero.js index 1ce1f715c..aaed7fe9a 100644 --- a/web/src/components/Hero.js +++ b/web/src/components/Hero.js @@ -52,24 +52,7 @@ const ActionButtons = () => ( `} > - Read Tutorial - - - - -
diff --git a/web/src/components/HowItWorks.js b/web/src/components/HowItWorks.js index 098ae0b2b..51cd70706 100644 --- a/web/src/components/HowItWorks.js +++ b/web/src/components/HowItWorks.js @@ -88,9 +88,7 @@ const HowItWorks = () => { {/* EOF Features */} -
+