mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-14 04:16:28 +00:00
fix: make quick start bar css to module
This commit is contained in:
parent
19c45eeb6b
commit
a4fc6a6796
@ -1,8 +1,8 @@
|
||||
import './QuickStartBar.css'
|
||||
import styles from './QuickStartBar.module.css'
|
||||
|
||||
const QuickStartBar = () => {
|
||||
return (
|
||||
<nav className="quick-start-bar">
|
||||
<nav className={styles['quick-start-bar']}>
|
||||
<span>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user