Skip to content

Commit

Permalink
fix(sidebar): spacing when activating/deactivating notice
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Feb 22, 2022
1 parent a04f15b commit d1b2b10
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 251 deletions.
2 changes: 1 addition & 1 deletion src/client/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const sidebarWithProvider = (
</Provider>
)

ReactDOM.render(sidebarWithProvider, document.getElementById('side-nav'))
ReactDOM.render(sidebarWithProvider, document.getElementById('sidebar'))

if (document.getElementById('modal-wrapper')) {
const RootModal = (
Expand Down

0 comments on commit d1b2b10

Please sign in to comment.