We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001c654 commit 92ce525Copy full SHA for 92ce525
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
@@ -39,7 +39,6 @@ nav {
39
40
.navbar-board,
41
.navbar-market {
42
- font-family: 'Roboto', sans-serif;
43
margin-left: 30px;
44
font-size: 18px;
45
font-weight: 700;
@@ -49,7 +48,6 @@ nav {
49
48
}
50
51
.navbar-market-active {
52
53
54
55
0 commit comments