feat: use NodesLogo for LandingPage
This commit is contained in:
parent
0f56ddefed
commit
4d5faa22c1
|
@ -1,6 +1,7 @@
|
||||||
import LayoutComponent from './LayoutComponent'
|
import LayoutComponent from './LayoutComponent'
|
||||||
import './LandingPage.css'
|
import './LandingPage.css'
|
||||||
import QuickStartBar from '../QuickStartBar/QuickStartBar'
|
import QuickStartBar from '../QuickStartBar/QuickStartBar'
|
||||||
|
import NodesLogo from '../NodesLogo'
|
||||||
|
|
||||||
function LandingPage() {
|
function LandingPage() {
|
||||||
return (
|
return (
|
||||||
|
@ -23,6 +24,7 @@ function Content() {
|
||||||
nodes<span className="beta">BETA</span>
|
nodes<span className="beta">BETA</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<NodesLogo />
|
||||||
</header>
|
</header>
|
||||||
<article className="content">
|
<article className="content">
|
||||||
<div className="avatar">
|
<div className="avatar">
|
||||||
|
|
Loading…
Reference in New Issue