mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
graph view h3 to h2
This commit is contained in:
parent
22e2ca0610
commit
693412957c
@ -59,7 +59,7 @@ export default ((opts?: GraphOptions) => {
|
||||
const globalGraph = { ...defaultOptions.globalGraph, ...opts?.globalGraph }
|
||||
return (
|
||||
<div class={classNames(displayClass, "graph")}>
|
||||
<h3>{i18n(cfg.locale).components.graph.title}</h3>
|
||||
<h2>{i18n(cfg.locale).components.graph.title}</h2>
|
||||
<div class="graph-outer">
|
||||
<div id="graph-container" data-cfg={JSON.stringify(localGraph)}></div>
|
||||
<svg
|
||||
|
||||
Loading…
Reference in New Issue
Block a user