From cc9704becc78d9ab15abda165799b3c773f2ca2b Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 06 Mar 2025 17:41:26 +0000
Subject: [PATCH] chore(deps): bump deps, silence internal punycode deprecation

---
 quartz.layout.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/quartz.layout.ts b/quartz.layout.ts
index 4a78256..f45da0c 100644
--- a/quartz.layout.ts
+++ b/quartz.layout.ts
@@ -27,7 +27,7 @@
     Component.MobileOnly(Component.Spacer()),
     Component.Search(),
     Component.Darkmode(),
-    Component.DesktopOnly(Component.Explorer()),
+    Component.Explorer(),
   ],
   right: [
     Component.Graph(),
@@ -44,7 +44,7 @@
     Component.MobileOnly(Component.Spacer()),
     Component.Search(),
     Component.Darkmode(),
-    Component.DesktopOnly(Component.Explorer()),
+    Component.Explorer(),
   ],
   right: [],
 }

--
Gitblit v1.10.0