@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.js
CHANGED
|
@@ -5823,11 +5823,11 @@ function PreviewPanel({
|
|
|
5823
5823
|
const handleShare = React35.useCallback(async () => {
|
|
5824
5824
|
if (!app || !app.isPublic) return;
|
|
5825
5825
|
const shareUrl = `https://remix.one/app/${app.id}`;
|
|
5826
|
-
const message = app.name ? `${app.name} on
|
|
5827
|
-
${shareUrl}` : `Check out this app on
|
|
5826
|
+
const message = app.name ? `${app.name} on Remix
|
|
5827
|
+
${shareUrl}` : `Check out this app on Remix
|
|
5828
5828
|
${shareUrl}`;
|
|
5829
5829
|
try {
|
|
5830
|
-
const title = app.name ?? "
|
|
5830
|
+
const title = app.name ?? "Remix app";
|
|
5831
5831
|
const payload = import_react_native43.Platform.OS === "ios" ? {
|
|
5832
5832
|
title,
|
|
5833
5833
|
message
|