浏览代码

Update PuterDialog.js

jelveh 5 天之前
父节点
当前提交
0e0bfd6d7c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/puter-js/src/modules/PuterDialog.js

+ 1 - 1
src/puter-js/src/modules/PuterDialog.js

@@ -322,7 +322,7 @@ class PuterDialog extends HTMLElement {
                         <button class="button button-auth" id="launch-auth-popup-cancel">Cancel</button>
                         <button class="button button-primary button-auth" id="launch-auth-popup" style="margin-left:10px;">Continue</button>
                     </div>
-                    <p style="text-align: center; margin-top: -15px; font-size: 14px;">Powered by <a href="https://docs.puter.com/" target="_blank">Puter.js</a></p>
+                    <p style="text-align: center; margin-top: -15px; font-size: 14px;">Powered by <a href="https://developer.puter.com/?utm_source=sdk-splash" target="_blank">Puter</a></p>
                     <p class="launch-auth-popup-footnote">By clicking 'Continue' you agree to Puter's <a href="https://puter.com/terms" target="_blank">Terms of Service</a> and <a href="https://puter.com/privacy" target="_blank">Privacy Policy</a>.</p>
                 </div>
             </dialog>`;