Skip to content

Commit

Permalink
Fix/download (#84)
Browse files Browse the repository at this point in the history
* [TTV] fix download

* [TTV] add hashtag
  • Loading branch information
jonatanvm authored Oct 31, 2024
1 parent 7fb01e0 commit ef573d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export function AvatarPlayer({ jobId }: {
</Button>
</div>
<div className={"flex flex-grow"}>
<Link href={videoUrl} target={"_blank"} className={"w-full flex"}>
<Link href={videoUrl || ''} target={"_blank"} className={"w-full flex"}>
<Button variant={"ghost"} className={"flex-grow"} size={"sm"} disabled={!isVideoLoaded}>
<DownloadIcon className={"text-black"} radius={10} />
</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export async function SpecimenCard({ humanSpecimen }: { humanSpecimen: HumanSpec
</h1>
<div className="flex gap-2 items-center justify-center">
<ShareOnXButton
shareText={`This is what I would sound like based on my X posts using the @elevenlabsio Voice Designer`}
shareText={`This is what I would sound like based on my X posts using the @elevenlabsio Voice Designer #xtovoice`}
/>
<CopyShareLink />
</div>
Expand Down

0 comments on commit ef573d6

Please sign in to comment.