cjerzak commited on
Commit
6b4097d
·
verified ·
1 Parent(s): 9b90288

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -88,7 +88,7 @@ ui <- fluidPage(
88
  if (navigator.share) {
89
  navigator.share({
90
  title: pageTitle,
91
- text: 'Thought you’d like this!',
92
  url: currentURL
93
  })
94
  .catch((error) => {
 
88
  if (navigator.share) {
89
  navigator.share({
90
  title: pageTitle,
91
+ text: '',
92
  url: currentURL
93
  })
94
  .catch((error) => {