Absolute path for /mermaidchart-logo.svg #1319

This commit is contained in:
shubhusion
2023-10-27 22:35:43 +05:30
parent 414c5bb59b
commit 5a155d285b
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>