Skip to content

Commit

Permalink
added icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpeace committed Oct 8, 2024
1 parent f4e4818 commit 2c8cc57
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/pages/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,19 @@ export default function Login() {
/>
</button>

<button
type="button"
className="border bg-textWhite focus:shadow-md border-[#c7c5c5] w-[30%] py-1.5 rounded-xl text-black mt-2 flex items-center justify-center px-2 h-10"
>
<img

src="https://upload.wikimedia.org/wikipedia/commons/5/53/X_logo_2023_original.svg"

alt="X logo"
className="h-5"
/>
</button>

<button
type="button"
className="border bg-textWhite focus:shadow-md border-[#c7c5c5] w-[30%] py-1.5 rounded-xl text-black mt-2 flex items-center justify-center px-2 h-10"
Expand All @@ -140,6 +153,19 @@ export default function Login() {
className="h-5"
/>
</button>

<button
type="button"
className="border bg-textWhite focus:shadow-md border-[#c7c5c5] w-[30%] py-1.5 rounded-xl text-black mt-2 flex items-center justify-center px-2 h-10"
>
<img
src="https://upload.wikimedia.org/wikipedia/commons/c/ca/LinkedIn_logo_initials.png "
alt="Facebook logo"
className="h-5"
/>
</button>


</div>
</div>

Expand Down

0 comments on commit 2c8cc57

Please sign in to comment.