Skip to content

Commit a4cc329

Browse files
Handled the Child Patterns Blog from Event Bubbling
1 parent 4063a56 commit a4cc329

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

quartz.layout.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export const defaultContentPageLayout: PageLayout = {
4444
Component.TagList(),
4545
],
4646
left: [
47-
Component.Search(),
4847
Component.DesktopOnly(
4948
Component.Explorer({
5049
title: "Patterns",

quartz/components/NavigationLinks.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ interface Options {
1111
export default ((opts?: Options) => {
1212
const NavigationLinks: QuartzComponent = (props: QuartzComponentProps) => {
1313
const links = opts?.links ?? []
14-
let crossactive = false
15-
1614
return (
1715
<nav class="nav-links">
1816
<button className="menu-btn">

0 commit comments

Comments
 (0)