fffiloni commited on
Commit
a2e00d4
1 Parent(s): 3229ca5

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -62,7 +62,7 @@ ${urlInputImg}
62
  ${outputTxt}
63
  `;
64
  const params = new URLSearchParams({
65
- title: captionTxt,
66
  description: descriptionMd,
67
  });
68
  const paramsStr = params.toString();
 
62
  ${outputTxt}
63
  `;
64
  const params = new URLSearchParams({
65
+ title: outputTxt,
66
  description: descriptionMd,
67
  });
68
  const paramsStr = params.toString();