feat: use NodesLogo for LandingPage
This commit is contained in:
parent
0f56ddefed
commit
4d5faa22c1
|
@ -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() {
|
|||
nodes<span className="beta">BETA</span>
|
||||
</p>
|
||||
</div>
|
||||
<NodesLogo />
|
||||
</header>
|
||||
<article className="content">
|
||||
<div className="avatar">
|
||||
|
|
Loading…
Reference in New Issue