From 611fda5eff6ba5cf33c98d41a7e3c74eb2867d47 Mon Sep 17 00:00:00 2001 From: steph Date: Wed, 28 Feb 2024 21:42:02 -0800 Subject: [PATCH] update link --- src/lib/util/promos/Jan2024.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/util/promos/Jan2024.svelte b/src/lib/util/promos/Jan2024.svelte index 6ea7c8fa..3d3a662c 100644 --- a/src/lib/util/promos/Jan2024.svelte +++ b/src/lib/util/promos/Jan2024.svelte @@ -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,