From ad1a7d7c91230b3894fa0f379be6ff395c27da00 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Thu, 3 Oct 2024 19:19:32 +0200 Subject: [PATCH] classNames usage --- quartz/components/Explorer.tsx | 3 ++- quartz/components/Footer.tsx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/quartz/components/Explorer.tsx b/quartz/components/Explorer.tsx index a40620a13..c32446559 100644 --- a/quartz/components/Explorer.tsx +++ b/quartz/components/Explorer.tsx @@ -6,6 +6,7 @@ import script from "./scripts/explorer.inline" import { ExplorerNode, FileNode, Options } from "./ExplorerNode" import { QuartzPluginData } from "../plugins/vfile" import { i18n } from "../i18n" +import { classNames } from "../util/lang" // Options interface defined in `ExplorerNode` to avoid circular dependency const defaultOptions = { @@ -88,7 +89,7 @@ export default ((userOpts?: Partial) => { } return (
-
+