Skip to content

Commit

Permalink
[X to Voice] Fix share text
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanvm committed Nov 4, 2024
1 parent adc60fc commit 8288c5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function XIcon({ className }: { className: string }) {
}

export function ShareOnXButton() {
const shareText = "This is what I would sound like based on my X posts using the @elevenlabsio Voice Design\n\nTry it yourself on xtovoice.com\n\n#xtovoice\n\n"
const shareText = "This is what I would sound like based on my X posts using @elevenlabsio Voice Design\n\nTry it yourself on xtovoice.com\n\n#xtovoice\n\n"
function share() {
const url = window.location.href;
window.open(
Expand Down

0 comments on commit 8288c5b

Please sign in to comment.