From 89582bebab8d9fad5a1e899381981617eca0d934 Mon Sep 17 00:00:00 2001 From: nmsderp <130254323+nmsderp@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:19:55 -0400 Subject: [PATCH] stuff to comply with pm rules --- src/components/menu-bar/share-button.jsx | 2 +- static/sorry.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 static/sorry.html diff --git a/src/components/menu-bar/share-button.jsx b/src/components/menu-bar/share-button.jsx index 08db683f3fc..1f2a9f21502 100644 --- a/src/components/menu-bar/share-button.jsx +++ b/src/components/menu-bar/share-button.jsx @@ -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; } }; diff --git a/static/sorry.html b/static/sorry.html new file mode 100644 index 00000000000..609b0860f4c --- /dev/null +++ b/static/sorry.html @@ -0,0 +1,2 @@ +

Sorry

+

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)

\ No newline at end of file