Skip to content

Commit

Permalink
Added Personal Identity
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofaizan committed Jul 31, 2023
1 parent d6c3fb4 commit df8779b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ const Home = () => {
<div className="flex items-center gap-4">
<div className="sm:flex items-center hidden sm:gap-4">

<Link href={"https://twitter.com/hellofaizaan"}><i className="bi bi-twitter text-2xl hover:text-blue-600"></i></Link>
<Link href={"https://github.com/hellofaizan"}><i className="bi bi-github text-2xl"></i></Link>
<Link href={"https://twitter.com/hellofaizaan"} target="_blank" rel="noopener noreferrer" ><i className="bi bi-twitter text-2xl hover:text-blue-600"></i></Link>
<Link href={"https://github.com/hellofaizan"} target="_blank" rel="noopener noreferrer" ><i className="bi bi-github text-2xl"></i></Link>
<Link
className="rounded-md bg-[#0e0e0e] border border-gray-600 px-5 py-2.5 text-sm font-medium hover:bg-gray-600 text-white shadow"
lassName="rounded-md bg-[#0e0e0e] border border-gray-600 px-5 py-2.5 text-sm font-medium hover:bg-gray-600 text-white shadow"
href="https://github.com/hellofaizan/xprofile" target="_blank" rel="noopener noreferrer" title='Add your 𝕏 (Twitter) Profile to this list :)'
>
Contribute ⭐
Expand Down

0 comments on commit df8779b

Please sign in to comment.