Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
royalfig committed Apr 20, 2024
1 parent 56a8738 commit 9779317
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vite": "^5.0.8"
},
"dependencies": {
"@royalfig/share-button": "^0.0.30",
"@royalfig/share-button": "^0.0.31",
"emoji-picker-element": "^1.21.0",
"highlight.js": "^11.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function createDialogEl({
Twitter</a>
<a
class='social-media linkedin'
href='https://www.linkedin.com/sharing/share-offsite/?url=${encodeURI(
href='https://www.linkedin.com/feed/?shareActive=true&text=${encodeURI(
url,
)}'
Expand Down

0 comments on commit 9779317

Please sign in to comment.