We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cd4f2 commit 9b44e65Copy full SHA for 9b44e65
src/routes/dashboard/+page.svelte
@@ -378,7 +378,7 @@
378
379
function shareConfig(config: Config) {
380
const url = `https://${getInstallUrl(config)}`;
381
- const text = `Set up my entire Mac dev environment in 5 minutes instead of 5 hours with OpenBoot`;
+ const text = `Set up my entire Mac dev environment in 5 minutes instead of 5 hours with @openbootdotdev`;
382
const hashtags = 'OpenBoot,macOS,DevTools';
383
const tweetUrl = `https://twitter.com/intent/tweet?text=${encodeURIComponent(text)}&url=${encodeURIComponent(url)}&hashtags=${encodeURIComponent(hashtags)}`;
384
window.open(tweetUrl, '_blank', 'width=550,height=420');
0 commit comments