cjerzak commited on
Commit
6efde94
·
verified ·
1 Parent(s): 01d0dcf

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -191,7 +191,7 @@ ui <- fluidPage(
191
  if (navigator.share) {
192
  navigator.share({
193
  title: pageTitle,
194
- text: 'Thought you’d like this!',
195
  url: currentURL
196
  })
197
  .catch((error) => {
 
191
  if (navigator.share) {
192
  navigator.share({
193
  title: pageTitle,
194
+ text: '',
195
  url: currentURL
196
  })
197
  .catch((error) => {