Merge pull request #1327 from shubhusion/develop

Absolute path for /mermaidchart-logo.svg #1319
This commit is contained in:
Sidharth Vinod
2023-11-09 06:18:21 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
},
{
href: 'https://mermaidchart.com',
img: '/mermaidchart-logo.svg'
img: './mermaidchart-logo.svg'
}
];
</script>
+1 -1
View File
@@ -176,7 +176,7 @@
target="_blank"
class="btn btn-secondary btn-xs gap-1 bg-[#FF3570]"
title="Save diagram in Mermaid Chart"
><img src="/mermaidchart-logo.svg" class="w-5 h-5" alt="Mermaid chart logo" />Save to
><img src="./mermaidchart-logo.svg" class="w-5 h-5" alt="Mermaid chart logo" />Save to
Mermaid Chart</a>
</div>