Skip to content

Commit b316fbc

Browse files
committed
Update snl-script.js
1 parent eb6523b commit b316fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/snl-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ function share(link){
311311
url=`https://x.com/intent/post?url=${current_url}\n&via=STICKnoLOGIC&hashtags=FirstAccord,WebDevelopment,OpenSource\n&text=${message}\n`;
312312
break;
313313
case 2:
314-
url=`https://bsky.app/intent/compose?text=${message}\n${current_url}\nvia @STICKnoLOGIC.is-a.dev`;
314+
url=`https://bsky.app/intent/compose?text=${message}\n${current_url}\nvia @sticknologic.is-a.dev`;
315315
break;
316316
case 3:
317317
url=`https://wa.me/?text=${message}\n${current_url}`;

0 commit comments

Comments
 (0)