Skip to content

Commit

Permalink
hide graph title
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryHamon committed Sep 13, 2023
1 parent 49ba0c3 commit 5dfa166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/components/Graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default ((opts?: GraphOptions) => {
const globalGraph = { ...defaultOptions.globalGraph, ...opts?.globalGraph }
return (
<div class="graph">
<h3>Local Graph View</h3>
{/* <h3>Local Graph View</h3> */}
<div class="graph-outer">
<div id="graph-container" data-cfg={JSON.stringify(localGraph)}></div>
<svg
Expand Down

0 comments on commit 5dfa166

Please sign in to comment.