summaryrefslogtreecommitdiff
path: root/app/client/index.jsx
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-08 12:21:58 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-08 12:21:58 +0200
commit8cb0ad1bf5b1cc20bdecf657efdd754a4f28c088 (patch)
tree2b6665feca92827640a42bae64b74b8a6fbd1685 /app/client/index.jsx
parent004d0de02c3da6de9d6d0f9d46e8c38f8c8fd068 (diff)
footer tracks the location somewhat
Diffstat (limited to 'app/client/index.jsx')
-rw-r--r--app/client/index.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/index.jsx b/app/client/index.jsx
index 8a13687..fd4679c 100644
--- a/app/client/index.jsx
+++ b/app/client/index.jsx
@@ -28,7 +28,7 @@ const app = (
<Route path='/system/' component={System} />
<Route path='/dashboard/' component={Dashboard} />
{module_list}
- <Header />
+ <Route path='/' component={Header} />
<AudioPlayer />
</div>
</BrowserRouter>