@@ -88,6 +88,17 @@
|
||||
<span class="text-lg font-bold">
|
||||
<a href="/">Mermaid<span class="text-xs font-thin">v{version}</span> Live Editor</a>
|
||||
</span>
|
||||
<span class="ml-4">
|
||||
<a
|
||||
href="https://www.producthunt.com/products/mermaid-chart?utm_source=badge-follow&utm_medium=badge&utm_souce=badge-mermaid-chart"
|
||||
target="_blank"
|
||||
><img
|
||||
src="https://api.producthunt.com/widgets/embed-image/v1/follow.svg?product_id=552855&theme=light&size=small"
|
||||
alt="Mermaid Chart - A smarter way to create diagrams | Product Hunt"
|
||||
style="width: 86px; height: 32px;"
|
||||
width="86"
|
||||
height="32" /></a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<label
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
const taglineKey = taglineKeys[Math.floor(Math.random() * taglineKeys.length)];
|
||||
const tagline = taglines[taglineKey];
|
||||
const url =
|
||||
'https://www.mermaidchart.com/?' +
|
||||
'https://www.mermaidchart.com/landing/?' +
|
||||
new URLSearchParams({
|
||||
utm_source: 'mermaid_live_editor',
|
||||
utm_medium: taglineKey,
|
||||
|
||||
@@ -20,7 +20,7 @@ const promotions: Promotion[] = [
|
||||
{
|
||||
id: 'jan-2024',
|
||||
startDate: new Date('2024-01-10'),
|
||||
endDate: new Date('2024-06-01'),
|
||||
endDate: new Date('2024-12-31'),
|
||||
component: Jan2024
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user