From 693412957c6d9cfb209c1c325c4cc349e8c8e274 Mon Sep 17 00:00:00 2001 From: semanticdata Date: Wed, 7 Feb 2024 10:03:04 -0600 Subject: [PATCH] graph view h3 to h2 --- quartz/components/Graph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/Graph.tsx b/quartz/components/Graph.tsx index 9fce9bd8f..f7e0fc24a 100644 --- a/quartz/components/Graph.tsx +++ b/quartz/components/Graph.tsx @@ -59,7 +59,7 @@ export default ((opts?: GraphOptions) => { const globalGraph = { ...defaultOptions.globalGraph, ...opts?.globalGraph } return (
-

{i18n(cfg.locale).components.graph.title}

+

{i18n(cfg.locale).components.graph.title}