Skip to content

Commit

Permalink
Minor UI Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofaizan committed Jul 31, 2023
1 parent 4ca210f commit 97a4d0e
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 @@ -101,20 +101,20 @@ const Home = () => {
<Link href={"https://twitter.com/hellofaizaan"} target="_blank" rel="noopener noreferrer" ><i className="bi bi-twitter text-2xl hover:text-blue-500"></i></Link>
<Link href={"https://github.com/hellofaizan"} target="_blank" rel="noopener noreferrer" ><i className="bi bi-github text-2xl"></i></Link>
<Link
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"
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"
href="https://github.com/hellofaizan/xprofile" target="_blank" rel="noopener noreferrer" title='Add your 𝕏 (Twitter) Profile to this list :)'
>
Contribute ⭐
</Link>
</div>
<div className="block sm:hidden">
<form className="fitems-center">
<form className="items-center flex">
<label htmlFor="simple-search" className="sr-only">Search</label>
<div className="relative w-full">
<input type="text" onChange={(e) => setSearch(e.target.value)} id="simple-search" className=" border text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full pl-3 p-2.5 bg-[#0e0e0e] border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" placeholder="Search user profile..." required></input>
</div>
<Link href={"https://github.com/hellofaizan/xprofile"} className="p-2.5 ml-2 text-sm font-medium text-white bg-[#0e0e0e] rounded-lg focus:ring-2 focus:outline-none hover:bg-gray-900 focus:ring-gray-700 border border-gray-600">
lex
<span className="sr-only">Contribute</span>
</Link>
</form>
Expand Down

0 comments on commit 97a4d0e

Please sign in to comment.