Skip to content

Commit

Permalink
remove sub-sub-base
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeohepperle committed Sep 29, 2023
1 parent 53ab281 commit f83dad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Sidebar } from "./components/Sidebar";

const App: Component = () => {
return (
<Router base="/subxt-explorer" source={hashIntegration()}>
<Router source={hashIntegration()}>
<MdBookWrapper>
<Routes>
<Route path="/" component={HomePage}></Route>
Expand Down

0 comments on commit f83dad5

Please sign in to comment.