Skip to content

Commit

Permalink
fix(april.css) : path of login-box picture
Browse files Browse the repository at this point in the history
  • Loading branch information
saumon-brule authored Mar 31, 2024
1 parent 4bd0737 commit b07958c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Login/april.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
transition: border-color 0s linear!important;
transition: border-width 0s linear!important;
background-color: #fff;
background-image: url("images/april-background.png");
background-image: url("/images/april-background.png");
background-repeat: no-repeat;
min-width: 1000px;
max-height: 325px;
Expand Down Expand Up @@ -215,4 +215,4 @@ p.policy {

.social-button-link svg {
height: 32px;
}
}

0 comments on commit b07958c

Please sign in to comment.