We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a097a commit 2f411edCopy full SHA for 2f411ed
1 file changed
features/unlisted-projects/script.js
@@ -102,8 +102,7 @@ async function createButton(el) {
102
type: "code",
103
content: data.error
104
? "Project is not unlisted. You can make it unlisted from the editor. A project is not unlisted if it is shared."
105
- : "https://turbowarp.org/editor?project_url=https://unlisted.gantzos.com/cached/" +
106
- data.id,
+ : data.url,
107
},
108
],
109
});
0 commit comments