Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 6371556

Browse files
committed
fix: include initial tweet text
1 parent 9aa4a4e commit 6371556

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const tweet = () => {
8383
const text = encodeURIComponent(
8484
`#OwnMyTweets I'm proudly syncing my Tweet to blockchain and truly owning my tweet!`,
8585
);
86-
window.open(`https://twitter.com/compose/tweet`);
86+
window.open(`https://twitter.com/intent/tweet?text=${text}`);
8787
};
8888
</script>
8989

0 commit comments

Comments
 (0)