Skip to content

Commit

Permalink
Merge pull request #52 from nagdatt/justorez-fix/login-style
Browse files Browse the repository at this point in the history
fixed: incorrect img src
  • Loading branch information
a7v8x committed May 21, 2024
2 parents 1f11432 + d593267 commit b2ca1dd
Show file tree
Hide file tree
Showing 3 changed files with 13,606 additions and 232 deletions.
6 changes: 3 additions & 3 deletions login-01/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="login-welcome-row">
<img
class="login-welcome"
src="astronaut.jpg"
src="./assets/astronaut.jpg"
alt="Astronaut"
>
<!-- optimize the image in production -->
Expand All @@ -38,7 +38,7 @@ <h1>LogIn!</h1>
<img
alt="Email Icon"
title="Email Icon"
src="email.svg"
src="assets/email.svg"
>
</div>
<div class="text-field">
Expand All @@ -56,7 +56,7 @@ <h1>LogIn!</h1>
<img
alt="Password Icon"
title="Password Icon"
src="password.svg"
src="assets/password.svg"
>
</div>
<input type="submit" class="my-form__button" value="Login" >
Expand Down

0 comments on commit b2ca1dd

Please sign in to comment.