cjerzak commited on
Commit
24f3783
·
verified ·
1 Parent(s): ca0cc05

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -106,7 +106,7 @@ ui <- dashboardPage(
106
  if (navigator.share) {
107
  navigator.share({
108
  title: pageTitle,
109
- text: 'Thought you’d like this!',
110
  url: currentURL
111
  })
112
  .catch((error) => {
 
106
  if (navigator.share) {
107
  navigator.share({
108
  title: pageTitle,
109
+ text: '',
110
  url: currentURL
111
  })
112
  .catch((error) => {