summaryrefslogtreecommitdiffstats
path: root/ui/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/index.tsx')
-rw-r--r--ui/src/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/index.tsx b/ui/src/index.tsx
index 04160a9f..a50bf2a0 100644
--- a/ui/src/index.tsx
+++ b/ui/src/index.tsx
@@ -34,7 +34,7 @@ class Index extends Component<any, any> {
render() {
return (
- <HashRouter>
+ <BrowserRouter>
<Navbar />
<div class="mt-1 p-0">
<Switch>
@@ -64,7 +64,7 @@ class Index extends Component<any, any> {
<Symbols />
</div>
<Footer />
- </HashRouter>
+ </BrowserRouter>
);
}