From fa60f66057aabf1d125f42c62c2f2f6c7df6c827 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Mon, 22 Apr 2024 13:13:49 -0700 Subject: [PATCH] Update helpers.js --- src/helpers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers.js b/src/helpers.js index d826ebe2..9465db44 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -1836,8 +1836,8 @@ window.launch_app = async (options)=>{ // Add options.args to URL iframe_url.searchParams.append('puter.args', JSON.stringify(options.args ?? {})); - // ...and finally append urm_source=puter.com to the URL - iframe_url.searchParams.append('urm_source', 'puter.com'); + // ...and finally append utm_source=puter.com to the URL + iframe_url.searchParams.append('utm_source', 'puter.com'); el_win = UIWindow({ element_uuid: uuid,