소스 검색

Update helpers.js

Nariman Jelveh 1 년 전
부모
커밋
fa60f66057
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/helpers.js

+ 2 - 2
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,