Skip to content

Commit 5581a2f

Browse files
committed
v2.0
1 parent 435c067 commit 5581a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Page/ResoucesHub/DevToolsList.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 courses!',
11-
text: 'I found this amazing courses that might interest you!',
10+
title: 'Check out this awesome Dev Tool!',
11+
text: 'I found this amazing tool that might help you in your development work.',
1212
url: url,
1313
})
1414
.then(() => console.log('Successful share'))

0 commit comments

Comments
 (0)