Skip to content

Commit

Permalink
Update contactmeen.jsx
Browse files Browse the repository at this point in the history
AmbrizAlberto authored May 10, 2024
1 parent 099a152 commit fa5e26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/ingles/contactmeen.jsx
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ const ContactameEN = () => {
<h1>EMAIL</h1>
<div className="correo">
<span id="url" className='correotxt'>albertpoambez@icloud.com</span>
<button className='correobtn' onClick={() => copiarAlPortapapeles('albertpoambez@gmail.com')}>
<button className='correobtn' onClick={() => copiarAlPortapapeles('albertpoambez@icloud.com')}>
{copiadoCorreo ? 'Copiado' : 'Copiar'}
</button>
</div>
@@ -47,4 +47,4 @@ const ContactameEN = () => {
)
}

export default ContactameEN;
export default ContactameEN;

0 comments on commit fa5e26c

Please sign in to comment.