mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 10:26:53 +00:00
feat(quick-start-bar): add container
This commit is contained in:
parent
7b7ddc2888
commit
d5818acd98
@ -2,6 +2,7 @@ import styles from './QuickStartBar.module.css'
|
||||
|
||||
const QuickStartBar = () => {
|
||||
return (
|
||||
<div className={styles['quick-start-bar-container']}>
|
||||
<nav className={styles['quick-start-bar']}>
|
||||
<span>
|
||||
<svg
|
||||
@ -40,6 +41,7 @@ const QuickStartBar = () => {
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user