Skip to content

Commit

Permalink
removed nodeemailer
Browse files Browse the repository at this point in the history
  • Loading branch information
TiwariAbhishek23 committed Aug 20, 2023
1 parent f3d83e1 commit 26e0ac6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 25 deletions.
19 changes: 0 additions & 19 deletions components/contactme/nodemailer.js

This file was deleted.

12 changes: 6 additions & 6 deletions components/githubCard/githubcard.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@ const OpenCard = ({ userName }) => {
<div className="stats mx-auto my-4 px-1 py-9 bg-white dark:bg-goldenyellow text-black rounded-4xl border border-solid border-black">
<div className="stats-wrap inline-block ">
<ul>
{/* <li className="lg:m-4 m-2 text-justify">
<li className="lg:m-4 m-2 text-justify">
⭐ Total Stars :{" "}
<div className="count inline ml-1.5"> {userName.stars}</div>
</li>
<li className="lg:m-4 m-2 text-justify">
🔄 Total Commits :{" "}
<div className="count inline ml-1">{userName.commits_count}</div>
</li> */}
</li>
<li className="lg:m-4 m-2 text-justify">
🔄 Total Repos :{" "}
<div className="count inline ml-1">{userName.public_repos}</div>
</li>
{/* <li className="lg:m-4 m-2 text-justify">
<li className="lg:m-4 m-2 text-justify">
🔄 Non Forked Repos :{" "}
<div className="count inline ml-1">{userName.repos_count_nonforked}</div>
</li> */}
</li>
<li className="lg:m-4 m-2 text-justify">
🛠️ Total Pull Request :{" "}
<div className="count inline ml-1">{userName.pullRequests_count}</div>
</li>
{/* <li className="lg:m-4 m-2 text-justify">
<li className="lg:m-4 m-2 text-justify">
🚫 Total Contributions :{" "}
<div className="count inline ml-1">{userName.issues_count}</div>
</li> */}
</li>
<li className="lg:m-4 m-2 text-justify">
🎒 Flollowers :{" "}
<div className="count inline ml-1">{userName.followers}</div>
Expand Down

0 comments on commit 26e0ac6

Please sign in to comment.