Skip to content

Commit 6a168f4

Browse files
Minor changesa
1 parent 7f7689d commit 6a168f4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/components/Map.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ class Map extends Component {
7979

8080
render() {
8181
const data = this.props.mapData;
82-
const { classes } = this.props;
83-
82+
8483
const gradientData = {
8584
fromColor: COLOR_RANGE[0],
8685
toColor: COLOR_RANGE[COLOR_RANGE.length - 1],

src/styles/NavbarStyles.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ export default {
3737

3838
nav: {
3939
marginTop: "7rem",
40-
position: "-webkit-sticky",
41-
position: 'sticky',
40+
position: "sticky",
4241
top: "5rem",
4342

4443
[sizes.down("md")]: {

0 commit comments

Comments
 (0)