Absolute path for /mermaidchart-logo.svg #1319
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
},
|
||||
{
|
||||
href: 'https://mermaidchart.com',
|
||||
img: '/mermaidchart-logo.svg'
|
||||
img: './mermaidchart-logo.svg'
|
||||
}
|
||||
];
|
||||
</script>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user