From 2d1e0735c6f8e2f7359d54b3fa03f29ba88b800b Mon Sep 17 00:00:00 2001 From: Akash Chandwani <3483277+akashchandwani@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:34:24 +0530 Subject: [PATCH] chore: cleanup mermaid logic --- layouts/partials/mermaid.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/partials/mermaid.html b/layouts/partials/mermaid.html index dc3dbcd..e74b5f1 100644 --- a/layouts/partials/mermaid.html +++ b/layouts/partials/mermaid.html @@ -6,11 +6,11 @@ securityLevel: 'loose', theme: localStorage.getItem("pref-theme") === "light" ? "light": "dark", sankey: { - height: 400, - width: 600, - useMaxWidth: true, - linkColor: 'gradient', - nodeAlignment: 'justify', + height: 400, + width: 600, + useMaxWidth: true, + linkColor: 'gradient', + nodeAlignment: 'justify', }, }; mermaid.initialize(config);