Skip to content

Commit 0cd6d3f

Browse files
committed
Update live-view.js
1 parent 29cedb9 commit 0cd6d3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

live-view/live-view.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,10 @@ function addBottomSwipeListener() {
441441
openLive: true
442442
});
443443

444-
navigator.share({text: link});
444+
navigator.share({
445+
title: 'Run ' + treeLoc[0] + '/' + treeLoc[1].split(':')[0] + ' with Codeit',
446+
text: link,
447+
});
445448

446449
}
447450

0 commit comments

Comments
 (0)