Skip to content

Commit

Permalink
Merge pull request #104 from WildCodeSchool-2023-09/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
FredP21 authored Feb 7, 2024
2 parents ed02466 + 78a31d7 commit 7321a87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified frontend/src/assets/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/components/parents/Folders.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Folders() {
<section className="folders">
<img src={avatar} alt="a man who smile" />
<h2>
Satoru Gojo <br /> Papa Poule
Charles Proust <br /> Papa Poule
</h2>
<h3>Mettez toutes les chances de votre côté</h3>
<p className="profile_sentence">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/structure/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Login() {

localStorage.setItem("structureToken", auth.token);

navigate("/pro/dashboard/reservationdashboard", { replace: true });
navigate("/pro/dashboard/", { replace: true });
} else {
console.info(response);
}
Expand Down

0 comments on commit 7321a87

Please sign in to comment.