oddsgate-ds 1.0.130 → 1.0.131
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/public/assets/og_image-twitter.png +0 -0
- package/dist/public/assets/og_image.png +0 -0
- package/package.json +1 -1
- package/public/assets/og_image-twitter.png +0 -0
- package/public/assets/og_image.png +0 -0
- package/src/components/molecules/ShareModal/ShareModal.component.tsx +3 -2
- package/build-storybook.log +0 -4
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -61,6 +61,7 @@ const ShareModal = ({
|
|
|
61
61
|
const facebookURL = `https://www.facebook.com/sharer/sharer.php?u=${shareUrl}&t=${shareTitle}`
|
|
62
62
|
const twitterURL = `https://twitter.com/intent/tweet?text=${shareTitle}&url=${shareUrl}`
|
|
63
63
|
const linkedInURL = `https://www.linkedin.com/shareArticle?mini=true&url=${shareUrl}&title=${shareTitle}`
|
|
64
|
+
|
|
64
65
|
const whatsappURL = `https://api.whatsapp.com/send?text=${shareUrl}`
|
|
65
66
|
const emailURL = `mailto:?subject=${siteTitle} - ${shareTitle}&body=${shareUrl}`
|
|
66
67
|
|
|
@@ -108,8 +109,8 @@ const ShareModal = ({
|
|
|
108
109
|
className="social-link"
|
|
109
110
|
href={linkedInURL}
|
|
110
111
|
target="_blank"
|
|
111
|
-
aria-label="
|
|
112
|
-
rel="noreferrer"
|
|
112
|
+
aria-label="LinkedIn"
|
|
113
|
+
rel="noreferrer noopener"
|
|
113
114
|
>
|
|
114
115
|
<div>
|
|
115
116
|
<Icon icon="icon-linkedin" />
|
package/build-storybook.log
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
$ storybook build --output-dir /var/folders/rf/gkyfr81s5d908wzqvz6369_m0000gp/T/chromatic--24535-URZej7S3SmYE --webpack-stats-json /var/folders/rf/gkyfr81s5d908wzqvz6369_m0000gp/T/chromatic--24535-URZej7S3SmYE
|
|
2
|
-
@storybook/cli v8.1.5
|
|
3
|
-
|
|
4
|
-
info => Cleaning outputDir: ../../../../../var/folders/rf/gkyfr81s5d908wzqvz6369_m0000gp/T/chromatic--24535-URZej7S3SmYE
|