Skip to content

Commit 5c8ac02

Browse files
Drawer Component added in the Left Layout
1 parent 693ced5 commit 5c8ac02

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

quartz.layout.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export const defaultContentPageLayout: PageLayout = {
3939
Component.TagList(),
4040
],
4141
left: [
42+
Component.MobileOnly(
43+
Component.Drawer()
44+
),
4245
Component.Search(),
4346
Component.DesktopOnly(
4447
Component.Explorer({

0 commit comments

Comments
 (0)