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

Commit cd59dc6

Browse files
committed
fix: home tweet content
1 parent 12bc333 commit cd59dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/HomeRoot.vue

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

0 commit comments

Comments
 (0)