From 4371f7198dae2f04801a2796ea85a2675fcc685f Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Mon, 6 May 2024 09:23:54 +0200 Subject: [PATCH] polish tweet --- components/PublishonxTab.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/PublishonxTab.vue b/components/PublishonxTab.vue index c94cf48..6e3ac1a 100644 --- a/components/PublishonxTab.vue +++ b/components/PublishonxTab.vue @@ -86,8 +86,8 @@ const updateLinks = () => { indexerLinkUrl.value = url isIndexerLinkDisabled.value = false - const incogniteeUrl = encodeURIComponent("https://incognitee.io") - const text = encodeURIComponent(`Just aced the #incognitee private token transfers test with my account ${accountStore.getAddress}! Join me and explore the beta test campaign at https://try.incognitee.io. Let's shape the future of @polkadot #privacy together!`) + const incogniteeUrl = encodeURIComponent("https://try.incognitee.io") + const text = encodeURIComponent(`Just aced the #incognitee private token transfers test with my account ${accountStore.getAddress}! Join me and explore the beta test campaign run by @integri_t_e_e. Let's shape the future of @polkadot #privacy together!`) // todo! upload a tweet image using twitter API twitterLinkUrl.value = `https://twitter.com/intent/tweet?url=${incogniteeUrl}&text=${text}` isTwitterLinkDisabled.value = false