fix: make quick start bar css to module

This commit is contained in:
RadoslavDimchev 2023-12-15 10:27:03 +02:00
parent 19c45eeb6b
commit a4fc6a6796
2 changed files with 2 additions and 2 deletions

View File

@ -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"