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 eb6523b commit b316fbcCopy full SHA for b316fbc
assets/snl-script.js
@@ -311,7 +311,7 @@ function share(link){
311
url=`https://x.com/intent/post?url=${current_url}\n&via=STICKnoLOGIC&hashtags=FirstAccord,WebDevelopment,OpenSource\n&text=${message}\n`;
312
break;
313
case 2:
314
- url=`https://bsky.app/intent/compose?text=${message}\n${current_url}\nvia @STICKnoLOGIC.is-a.dev`;
+ url=`https://bsky.app/intent/compose?text=${message}\n${current_url}\nvia @sticknologic.is-a.dev`;
315
316
case 3:
317
url=`https://wa.me/?text=${message}\n${current_url}`;
0 commit comments