Skip to content

Commit 6f27164

Browse files
committed
intern
1 parent f2b8c3b commit 6f27164

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Page/OpportunitiesHub/InternshipList.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const shareContent = (url) => {
66
if (navigator.share) {
77
navigator
88
.share({
9-
title: 'Check out this job opportunity!',
10-
text: 'I found this amazing job opportunity for a Senior Product Designer at TechCorp Inc.',
9+
title: 'Check out this internship opportunity!',
10+
text: 'I found this internship that might interest you.',
1111
url: url,
1212
})
1313
.then(() => console.log('Successful share'))

0 commit comments

Comments
 (0)