Skip to content

Commit 1d5c7cf

Browse files
committed
Fix typo in share text for hackathon opportunities
1 parent 4bff8ac commit 1d5c7cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Page/OpportunitiesHub/HackathonList.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const shareContent = (url) => {
88
navigator
99
.share({
1010
title: 'Check out this hackathon!',
11-
text: 'Explore and participate ON this amazing hackathon opportunity.',
11+
text: 'Explore and participate on this amazing hackathon opportunity.',
1212
url: url,
1313
})
1414
.then(() => console.log('Successful share'))

0 commit comments

Comments
 (0)