Skip to content

Commit

Permalink
fix(style): more france in the modal button
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed May 16, 2024
1 parent 1b13cb1 commit 32dc515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/api/send-mail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ function EmailSender({ contribution }: { contribution: Contribution }) {
body: JSON.stringify(data),
}
);

if (!responsePatch.ok) {
console.log("Erreur lors de la mise à jour de la contribution");
return;
Expand Down
6 changes: 3 additions & 3 deletions src/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ const Header: React.FC = () => {
selectedProfile
? {}
: {
animation: "blink 1s steps(5, start) infinite",
backgroundColor: "#6a6af4",
color: "#f95c5e",
animation: "blink 2s steps(5, start) infinite",
backgroundColor: "#000091",
color: "#e1000f",
}
}
>
Expand Down

0 comments on commit 32dc515

Please sign in to comment.