Skip to content

Commit 9b44e65

Browse files
committed
fix: use @openbootdotdev Twitter handle in share tweet
1 parent 95cd4f2 commit 9b44e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/dashboard/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
379379
function shareConfig(config: Config) {
380380
const url = `https://${getInstallUrl(config)}`;
381-
const text = `Set up my entire Mac dev environment in 5 minutes instead of 5 hours with OpenBoot`;
381+
const text = `Set up my entire Mac dev environment in 5 minutes instead of 5 hours with @openbootdotdev`;
382382
const hashtags = 'OpenBoot,macOS,DevTools';
383383
const tweetUrl = `https://twitter.com/intent/tweet?text=${encodeURIComponent(text)}&url=${encodeURIComponent(url)}&hashtags=${encodeURIComponent(hashtags)}`;
384384
window.open(tweetUrl, '_blank', 'width=550,height=420');

0 commit comments

Comments
 (0)