mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +00:00
feat: move quick start bar into own folder
This commit is contained in:
parent
8cdbee3c8f
commit
40647b5b3f
@ -1,6 +1,6 @@
|
||||
import './QuickStartBar.css'
|
||||
|
||||
function QuickStartBar() {
|
||||
const QuickStartBar = () => {
|
||||
return (
|
||||
<nav className="quick-start-bar">
|
||||
<span>
|
@ -1,6 +1,6 @@
|
||||
import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
|
||||
import './LandingPage.css'
|
||||
import QuickStartBar from '../../components/General/QuickStartBar'
|
||||
import QuickStartBar from '../../components/General/QuickStartBar/QuickStartBar'
|
||||
|
||||
function LandingPage() {
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user