diff --git a/src/Contact.jsx b/src/Contact.jsx index 79b3429..e6a333b 100644 --- a/src/Contact.jsx +++ b/src/Contact.jsx @@ -2,21 +2,12 @@ import React from 'react' import './Contact.css' -const abc = 'mai' -const use = 'plhosk' -const ser = '@gm' -const tld = 'om' - const Contact = () => (
- I can be reached by email at the following address: - {`${use}${ser}ail.c${tld}`} - + I can be reached by email at the + following link: +plhosk@gmail.com
)