Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
xm1000z authored Aug 27, 2024
1 parent 9d43330 commit 7f8a0b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/copy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function Page() {
className="sm:text-4xl text-3xl font-bold text-slate-900 mx-auto"
ref={bioRef}
>
Resultados generados
Your generated results
</h2>
</div>
<div className="prose mt-1 w-full break-words prose-p:leading-relaxed">
Expand All @@ -152,7 +152,9 @@ export default function Page() {
className="bg-white p-4 transition"
onClick={() => {
navigator.clipboard.writeText(generatedBio);
toast('Copiado!',
toast('Text copied to clipboard', {
icon: '✂️',
});
}}
key={index}
>
Expand Down

0 comments on commit 7f8a0b2

Please sign in to comment.