Skip to content

Commit fa60f66

Browse files
committed
Update helpers.js
1 parent 4d2d4a7 commit fa60f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helpers.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1836,8 +1836,8 @@ window.launch_app = async (options)=>{
18361836
// Add options.args to URL
18371837
iframe_url.searchParams.append('puter.args', JSON.stringify(options.args ?? {}));
18381838

1839-
// ...and finally append urm_source=puter.com to the URL
1840-
iframe_url.searchParams.append('urm_source', 'puter.com');
1839+
// ...and finally append utm_source=puter.com to the URL
1840+
iframe_url.searchParams.append('utm_source', 'puter.com');
18411841

18421842
el_win = UIWindow({
18431843
element_uuid: uuid,

0 commit comments

Comments
 (0)