mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 16:06:13 +02:00
feat: move about & rules pages to the sidebar layout
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
d0eb85b61a
commit
724ef13186
@@ -28,7 +28,7 @@ export default function BaseLayout({
|
||||
|
||||
return (
|
||||
<LocationProvider location={location}>
|
||||
<ResolvedLayout>{children}</ResolvedLayout>
|
||||
<ResolvedLayout path={location.pathname}>{children}</ResolvedLayout>
|
||||
</LocationProvider>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user