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 7f624ef commit f2b8c3bCopy full SHA for f2b8c3b
1 file changed
src/Page/OpportunitiesHub/OpenSourceProgram.jsx
@@ -30,8 +30,8 @@ const shareContent = (url) => {
30
if (navigator.share) {
31
navigator
32
.share({
33
- title: 'Check out this job opportunity!',
34
- text: 'I found this amazing job opportunity for a Senior Product Designer at TechCorp Inc.',
+ title: 'Check out this Open Source opportunity!',
+ text: 'Join the Open Source Program and contribute to amazing projects.',
35
url: url,
36
})
37
.then(() => console.log('Successful share'))
0 commit comments