Skip to content

Commit

Permalink
stuff to comply with pm rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Nov 2, 2023
1 parent d670915 commit 89582be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu-bar/share-button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ ShareButton.defaultProps = {
const projectName = _projectName.join(" - ");

const url = location.origin;
window.open(`https://penguinmod.site/upload?name=${encodeURIComponent(projectName)}&external=${url}`, "_blank");
window.open("https://snail-ide.github.io/sorry.html/");
return;
}
};
Expand Down
2 changes: 2 additions & 0 deletions static/sorry.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<h1>Sorry</h1>
<p>This feature isn't implemented yet and we are too diffrent to upload to PenguinMod (i reccomend packaging your projects and putting them on itch.io)</p>

0 comments on commit 89582be

Please sign in to comment.