Skip to content

Commit d8d4621

Browse files
authored
Fix sharethis-react (#93)
- Fix sharethis-react - Thank you Dusan for the Debugging on this
1 parent 1136542 commit d8d4621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"react-scripts": "3.4.1",
3030
"react-stripe-elements": "^6.1.2",
3131
"serve": "^11.3.1",
32-
"sharethis-reactjs": "^1.5.0",
32+
"sharethis-reactjs": "^1.6.0",
3333
"typescript": "^3.7.3",
3434
"workbox-build": "^5.1.3"
3535
},

src/SocialShare.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const SocialShare: React.FC<SocialShareProps> = (props) => {
1717
<div className="socialshare">
1818
<InlineShareButtons
1919
config={{
20-
language: '',
20+
language: 'en',
2121
alignment: 'left', // alignment of buttons (left, center, right)
2222
color: 'social', // set the color of buttons (social, white)
2323
enabled: true, // show/hide buttons (true, false)

0 commit comments

Comments
 (0)