feat: add nodes logo to Landing Page

This commit is contained in:
RadoslavDimchev 2023-08-15 12:54:27 +03:00
parent b91375244e
commit 7b12a6b581
1 changed files with 2 additions and 8 deletions

View File

@ -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() {
<PageWrapperShadow rightImageSrc="src/assets/bg-img/landing-page-bg.png">
<div className="landing-page">
<header>
<div>
<div>
<img src="src/assets/nodes-app-icon.png" alt="" />
</div>
<p className="logo-title">
nodes<span className="beta">BETA</span>
</p>
</div>
<NodesLogo />
</header>
<article className="content">
<div className="avatar">