Skip to content

Commit

Permalink
Logo image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfiyaSiddique committed Aug 11, 2023
1 parent cdfb7a9 commit 6c6cbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/StichHub/src/components/Loginsignup/AuthTailor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const AuthTailor = () => {
</div>
) : null}
{/* Left Side (img)*/}
<div className="hidden lg:flex bg-[url('../src/assets/loginsignupbg.webp')] bg-contain bg-no-repeat bg-[#BADDF1] bg-center w-[49vw] my-10 rounded-2xl">
<div className="hidden relative lg:flex bg-[url('../src/assets/loginsignupbg.webp')] bg-contain bg-no-repeat bg-[#BADDF1] bg-center w-[49vw] my-10 rounded-2xl">
<img loading="lazy"
src={shortlogo}
className="w-[5vw] absolute bottom-14 left-5" alt="a white and blue letters S and H on a black background"
Expand Down

0 comments on commit 6c6cbb4

Please sign in to comment.