Skip to content

Commit 2f411ed

Browse files
committed
Shorter unlisted links
1 parent 72a097a commit 2f411ed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

features/unlisted-projects/script.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ async function createButton(el) {
102102
type: "code",
103103
content: data.error
104104
? "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,
105+
: data.url,
107106
},
108107
],
109108
});

0 commit comments

Comments
 (0)