@comergehq/studio 0.1.19 → 0.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/studio/ui/PreviewPanel.tsx +2 -2
package/dist/index.mjs
CHANGED
|
@@ -5850,11 +5850,11 @@ function PreviewPanel({
|
|
|
5850
5850
|
const handleShare = React35.useCallback(async () => {
|
|
5851
5851
|
if (!app || !app.isPublic) return;
|
|
5852
5852
|
const shareUrl = `https://remix.one/app/${app.id}`;
|
|
5853
|
-
const message = app.name ? `${app.name} on
|
|
5854
|
-
${shareUrl}` : `Check out this app on
|
|
5853
|
+
const message = app.name ? `${app.name} on Remix
|
|
5854
|
+
${shareUrl}` : `Check out this app on Remix
|
|
5855
5855
|
${shareUrl}`;
|
|
5856
5856
|
try {
|
|
5857
|
-
const title = app.name ?? "
|
|
5857
|
+
const title = app.name ?? "Remix app";
|
|
5858
5858
|
const payload = Platform8.OS === "ios" ? {
|
|
5859
5859
|
title,
|
|
5860
5860
|
message
|