cjerzak commited on
Commit
07c8fc9
·
verified ·
1 Parent(s): 0e950fb

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -521,7 +521,7 @@ ui <- dashboardPage(
521
  if (navigator.share) {
522
  navigator.share({
523
  title: pageTitle,
524
- text: 'Thought you’d like this!',
525
  url: currentURL
526
  })
527
  .catch((error) => {
 
521
  if (navigator.share) {
522
  navigator.share({
523
  title: pageTitle,
524
+ text: '',
525
  url: currentURL
526
  })
527
  .catch((error) => {