From 7b12a6b5810dbcc6241fb1080e08b4c1ed535b50 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Tue, 15 Aug 2023 12:54:27 +0300 Subject: [PATCH] feat: add nodes logo to Landing Page --- src/pages/LandingPage/LandingPage.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/pages/LandingPage/LandingPage.tsx b/src/pages/LandingPage/LandingPage.tsx index 7705f7ce..8f7a47aa 100644 --- a/src/pages/LandingPage/LandingPage.tsx +++ b/src/pages/LandingPage/LandingPage.tsx @@ -1,6 +1,7 @@ import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow' import './LandingPage.css' import QuickStartBar from '../../components/General/QuickStartBar/QuickStartBar' +import NodesLogo from '../../components/Logos/NodesLogo' function LandingPage() { return ( @@ -8,14 +9,7 @@ function LandingPage() {
-
-
- -
-

- nodesBETA -

-
+