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 f2b8c3b commit 6f27164Copy full SHA for 6f27164
1 file changed
src/Page/OpportunitiesHub/InternshipList.jsx
@@ -6,8 +6,8 @@ const shareContent = (url) => {
6
if (navigator.share) {
7
navigator
8
.share({
9
- title: 'Check out this job opportunity!',
10
- text: 'I found this amazing job opportunity for a Senior Product Designer at TechCorp Inc.',
+ title: 'Check out this internship opportunity!',
+ text: 'I found this internship that might interest you.',
11
url: url,
12
})
13
.then(() => console.log('Successful share'))
0 commit comments