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 435c067 commit 5581a2fCopy full SHA for 5581a2f
src/Page/ResoucesHub/DevToolsList.jsx
@@ -7,8 +7,8 @@ const shareContent = (url) => {
7
if (navigator.share) {
8
navigator
9
.share({
10
- title: 'Check out this courses!',
11
- text: 'I found this amazing courses that might interest you!',
+ title: 'Check out this awesome Dev Tool!',
+ text: 'I found this amazing tool that might help you in your development work.',
12
url: url,
13
})
14
.then(() => console.log('Successful share'))
0 commit comments