We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a1c06 commit 9c97bfcCopy full SHA for 9c97bfc
src/components/Profile/Profile.jsx
@@ -99,7 +99,7 @@ function Card({ data }) {
99
setShowTooltip(false);
100
};
101
const handleShareLinkedIn = () => {
102
- const caption = encodeURIComponent(`Check out my DevDisplay profile!\n${shareUrl}`);
+ const caption = encodeURIComponent(`Check out my DevDisplay profile! #DevDisplay\n${shareUrl}`);
103
window.open(`https://www.linkedin.com/sharing/share-offsite/?url=${shareUrl}&summary=${caption}`, '_blank');
104
105
0 commit comments