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 6f27164 commit a8bd484Copy full SHA for a8bd484
1 file changed
src/Page/OpportunitiesHub/CompetitionList.jsx
@@ -7,8 +7,8 @@ const shareContent = (url) => {
7
if (navigator.share) {
8
navigator
9
.share({
10
- title: 'Check out this hackathon!',
11
- text: 'Explore and participate on this amazing hackathon opportunity.',
+ title: 'Check out this Competitions!',
+ text: 'I found this competition on DevDisplay that might interest you.',
12
url: url,
13
})
14
.then(() => console.log('Successful share'))
0 commit comments