File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11import React , { Component } from "react" ;
2- import CovidApp from "./components/CovidApp" ;
3- import Paper from "./components/Paper" ;
2+ import { Route , Switch } from "react-router-dom" ;
43import "./App.css" ;
4+ import CovidApp from "./components/CovidApp" ;
5+ import Help from "./components/Help" ;
56import Navbar from "./components/Navbar" ;
6- import { Switch , Route } from "react-router-dom " ;
7+ import Paper from "./components/Paper " ;
78import StaySafe from "./components/StaySafe" ;
8- import Help from "./components/Help" ;
99import Symptoms from "./components/Symptoms" ;
1010
1111class App extends Component {
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ export default {
3737
3838 nav : {
3939 marginTop : "7rem" ,
40+ position : "-webkit-sticky" ,
41+ position : 'sticky' ,
42+ top : "5rem" ,
4043
4144 [ sizes . down ( "md" ) ] : {
4245 marginTop : "2.5rem" ,
You can’t perform that action at this time.
0 commit comments