Skip to content

Commit 9c97bfc

Browse files
committed
dev
1 parent 71a1c06 commit 9c97bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Profile/Profile.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function Card({ data }) {
9999
setShowTooltip(false);
100100
};
101101
const handleShareLinkedIn = () => {
102-
const caption = encodeURIComponent(`Check out my DevDisplay profile!\n${shareUrl}`);
102+
const caption = encodeURIComponent(`Check out my DevDisplay profile! #DevDisplay\n${shareUrl}`);
103103
window.open(`https://www.linkedin.com/sharing/share-offsite/?url=${shareUrl}&summary=${caption}`, '_blank');
104104
setShowTooltip(false);
105105
};

0 commit comments

Comments
 (0)