Skip to content

Commit 5938a43

Browse files
committed
Update live-view.js
1 parent 24fd077 commit 5938a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-view/live-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ function addBottomSwipeListener() {
443443

444444
navigator.share({
445445
title: 'Run ' + treeLoc[0] + '/' + treeLoc[1].split(':')[0] + ' with Codeit',
446-
text: link,
446+
url: link,
447447
});
448448

449449
}

0 commit comments

Comments
 (0)