Skip to content

Commit

Permalink
removed explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
corvusdeinanis committed Jan 26, 2024
1 parent f92194b commit a023eb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.Darkmode(),
Component.DesktopOnly(Component.Explorer()),

Component.Darkmode(),
],
right: [
Component.Graph(),
Expand Down
2 changes: 0 additions & 2 deletions quartz/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import Search from "./Search"
import Footer from "./Footer"
import DesktopOnly from "./DesktopOnly"
import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
import Breadcrumbs from "./Breadcrumbs"
import IndexFilter from "./IndexFilter"

Expand All @@ -40,7 +39,6 @@ export {
Footer,
DesktopOnly,
MobileOnly,
RecentNotes,
NotFound,
Breadcrumbs,
IndexFilter,
Expand Down

0 comments on commit a023eb9

Please sign in to comment.