feat: move about & rules pages to the sidebar layout

This commit is contained in:
Maganth Seetharaman
2020-01-25 11:52:07 -05:00
committed by Jean-Philippe Sirois
parent d0eb85b61a
commit 724ef13186
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export default function BaseLayout({
return (
<LocationProvider location={location}>
<ResolvedLayout>{children}</ResolvedLayout>
<ResolvedLayout path={location.pathname}>{children}</ResolvedLayout>
</LocationProvider>
)
}