From 4d5faa22c1b649b41f0c4998079fcfa492763571 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Thu, 10 Aug 2023 09:38:50 +0300 Subject: [PATCH] feat: use NodesLogo for LandingPage --- src/components/LayoutComponent/LandingPage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/LayoutComponent/LandingPage.tsx b/src/components/LayoutComponent/LandingPage.tsx index 8968c9e1..99b69b05 100644 --- a/src/components/LayoutComponent/LandingPage.tsx +++ b/src/components/LayoutComponent/LandingPage.tsx @@ -1,6 +1,7 @@ import LayoutComponent from './LayoutComponent' import './LandingPage.css' import QuickStartBar from '../QuickStartBar/QuickStartBar' +import NodesLogo from '../NodesLogo' function LandingPage() { return ( @@ -23,6 +24,7 @@ function Content() { nodesBETA

+