summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-04-28 18:31:20 -0700
committerDessalines <happydooby@gmail.com>2019-04-28 18:31:20 -0700
commitfe614536ad1b7ab19c38651f31b4e14cfa686443 (patch)
tree8d04385961e085af6673f8b1561c0a9f0e7f441a
parent42c92bb6d1f3526c2cdab1391ffd961323a82cbc (diff)
Fix
-rw-r--r--ui/src/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/index.tsx b/ui/src/index.tsx
index c91a03b0..2f25dffe 100644
--- a/ui/src/index.tsx
+++ b/ui/src/index.tsx
@@ -34,7 +34,7 @@ class Index extends Component<any, any> {
render() {
return (
- <BrowserRouter>
+ <HashRouter>
<Navbar />
<div class="mt-3 p-0">
<Switch>