We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45e1c7 commit 078e87cCopy full SHA for 078e87c
src/components/NavBar.js
@@ -1,6 +1,6 @@
1
-import logo from '../images/logo.png';
2
-import '../styles/NavBar.css';
3
-import { NavLink } from 'react-router-dom';
+import logo from "../images/logo.png";
+import "../styles/NavBar.css";
+import { NavLink } from "react-router-dom";
4
5
export function NavBar() {
6
return (
src/styles/NavBar.css
@@ -21,7 +21,6 @@ nav {
21
22
.navbar-board,
23
.navbar-market {
24
- font-family: 'Roboto', sans-serif;
25
margin-left: 30px;
26
font-size: 18px;
27
font-weight: 700;
@@ -31,7 +30,6 @@ nav {
31
30
}
32
33
.navbar-market-active {
34
35
36
37
0 commit comments