We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2d4a7 commit fa60f66Copy full SHA for fa60f66
src/helpers.js
@@ -1836,8 +1836,8 @@ window.launch_app = async (options)=>{
1836
// Add options.args to URL
1837
iframe_url.searchParams.append('puter.args', JSON.stringify(options.args ?? {}));
1838
1839
- // ...and finally append urm_source=puter.com to the URL
1840
- 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');
1841
1842
el_win = UIWindow({
1843
element_uuid: uuid,
0 commit comments