Skip to content

Commit

Permalink
Update quartz.layout.ts
Browse files Browse the repository at this point in the history
fixed delimiters on  Component.Explorer
  • Loading branch information
cromelex authored Jan 21, 2025
1 parent 0f65f74 commit 71470bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const defaultContentPageLayout: PageLayout = {
left: [
Component.PageTitle(),
Component.Darkmode(),
Component.Explorer(),
Component.Explorer({
title: "Home", // title of the explorer component
folderClickBehavior: "link",
folderDefaultState: "collapsed",
Expand All @@ -44,7 +44,7 @@ export const defaultContentPageLayout: PageLayout = {
return 1
}
},
})),
}),
],
afterBody: [
Component.ReplyByEmail(),
Expand Down Expand Up @@ -82,7 +82,7 @@ export const defaultListPageLayout: PageLayout = {
return 1
}
},
})),
}),
],
right: [
Component.Search(),
Expand Down

0 comments on commit 71470bc

Please sign in to comment.