Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
fix(configuration menu): hook up menu to rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jun 30, 2019
1 parent b22c4b1 commit 529cbf1
Show file tree
Hide file tree
Showing 18 changed files with 206 additions and 169 deletions.
89 changes: 28 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"react-router-dom": "^4.3.1",
"semantic-release": "^15.13.18",
"use-dark-mode": "^2.3.1",
"use-debounce": "^2.1.0",
"use-interval": "^1.1.0",
"victory": "^31.3.0"
},
Expand Down
4 changes: 3 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
body {
margin: 0;
}
overflow-x: hidden;
max-width: 100%;
}
Loading

0 comments on commit 529cbf1

Please sign in to comment.