dependabot[bot]
2024-08-06 f3e07fd51ce591af133ee2046877f769a1fe490f
quartz/components/scripts/graph.inline.ts
@@ -102,7 +102,7 @@
  const graphData: { nodes: NodeData[]; links: LinkData[] } = {
    nodes: [...neighbourhood].map((url) => {
      const text = url.startsWith("tags/") ? "#" + url.substring(5) : data.get(url)?.title ?? url
      const text = url.startsWith("tags/") ? "#" + url.substring(5) : (data.get(url)?.title ?? url)
      return {
        id: url,
        text: text,