We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4063a56 commit a4cc329Copy full SHA for a4cc329
quartz.layout.ts
@@ -44,7 +44,6 @@ export const defaultContentPageLayout: PageLayout = {
44
Component.TagList(),
45
],
46
left: [
47
- Component.Search(),
48
Component.DesktopOnly(
49
Component.Explorer({
50
title: "Patterns",
quartz/components/NavigationLinks.tsx
@@ -11,8 +11,6 @@ interface Options {
11
export default ((opts?: Options) => {
12
const NavigationLinks: QuartzComponent = (props: QuartzComponentProps) => {
13
const links = opts?.links ?? []
14
- let crossactive = false
15
-
16
return (
17
<nav class="nav-links">
18
<button className="menu-btn">
0 commit comments