@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.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 Comerge
5854
- ${shareUrl}` : `Check out this app on Comerge
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 ?? "Comerge app";
5857
+ const title = app.name ?? "Remix app";
5858
5858
  const payload = Platform8.OS === "ios" ? {
5859
5859
  title,
5860
5860
  message