Skip to content

Commit

Permalink
Dev (#11)
Browse files Browse the repository at this point in the history
* ready for production

* fix: bot link
  • Loading branch information
the-pesar authored Aug 22, 2024
1 parent cd9f8b8 commit b56f5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function copy() {
try {
const hash = MD5(userStore.user.publicKey).toString()
navigator.clipboard.writeText(`https://t.me/Nashenase2ebot?start=${userStore.user.username}-${hash}`)
navigator.clipboard.writeText(`https://t.me/E2EChatbot?start=${userStore.user.username}-${hash}`)
} catch (error) {
alert(error)
}
Expand Down

0 comments on commit b56f5cc

Please sign in to comment.