Skip to content

Commit

Permalink
polish tweet
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed May 6, 2024
1 parent 2b48e80 commit 4371f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/PublishonxTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4371f71

Please sign in to comment.