Skip to content

Commit

Permalink
Update login page image
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanghorbanee committed Aug 30, 2024
1 parent 9536555 commit 8664cac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added Django-Shop/static/login/images/login-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Django-Shop/static/login/images/login-image.png
Binary file not shown.
2 changes: 1 addition & 1 deletion Django-Shop/templates/account/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="row">
<!-- Left Side - Image -->
<div class="col-md-6 d-none d-md-flex align-items-center justify-content-center">
<img src="{% static 'login/images/login-image.png' %}" alt="Login Illustration" class="img-fluid">
<img src="{% static 'login/images/login-image.jpg' %}" alt="Login Illustration" class="img-fluid">
</div>

<!-- Right Side - Form -->
Expand Down

0 comments on commit 8664cac

Please sign in to comment.