Skip to content

Commit a8bd484

Browse files
committed
Competitions
1 parent 6f27164 commit a8bd484

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Page/OpportunitiesHub/CompetitionList.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const shareContent = (url) => {
77
if (navigator.share) {
88
navigator
99
.share({
10-
title: 'Check out this hackathon!',
11-
text: 'Explore and participate on this amazing hackathon opportunity.',
10+
title: 'Check out this Competitions!',
11+
text: 'I found this competition on DevDisplay that might interest you.',
1212
url: url,
1313
})
1414
.then(() => console.log('Successful share'))

0 commit comments

Comments
 (0)