diff --git a/components/contactme/nodemailer.js b/components/contactme/nodemailer.js deleted file mode 100644 index d936f0e..0000000 --- a/components/contactme/nodemailer.js +++ /dev/null @@ -1,19 +0,0 @@ -import nodemailer from "nodemailer"; - -const email = process.env.EMAIL; -const pass = process.env.EMAIL_PASS; - -export const transporter = nodemailer.createTransport({ - service: "gmail", - auth: { - user: email, - password : pass, - }, -}); - -export const mailOptions = { - from: "tiwari.abhishektiwari23@gmail.com", - to: "abhishek.tiwari.ug21@nsut.ac.in", - subject : "nodemailer", - text : 'hello' -}; \ No newline at end of file diff --git a/components/githubCard/githubcard.js b/components/githubCard/githubcard.js index a314ac5..cbb4393 100644 --- a/components/githubCard/githubcard.js +++ b/components/githubCard/githubcard.js @@ -16,30 +16,30 @@ const OpenCard = ({ userName }) => {