Skip to content

Commit f2b8c3b

Browse files
committed
os
1 parent 7f624ef commit f2b8c3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Page/OpportunitiesHub/OpenSourceProgram.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const shareContent = (url) => {
3030
if (navigator.share) {
3131
navigator
3232
.share({
33-
title: 'Check out this job opportunity!',
34-
text: 'I found this amazing job opportunity for a Senior Product Designer at TechCorp Inc.',
33+
title: 'Check out this Open Source opportunity!',
34+
text: 'Join the Open Source Program and contribute to amazing projects.',
3535
url: url,
3636
})
3737
.then(() => console.log('Successful share'))

0 commit comments

Comments
 (0)