Skip to content

Commit

Permalink
change badge color
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Sep 21, 2023
1 parent 7ccafd2 commit 609bb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/careers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ function CareersContent() {
Open roles
<Badge
badgeContent={openRolesData.reduce((acc, item) => acc + item.roles.length, 0)}
color="error"
color="success"
showZero
sx={{ ml: 3 }}
/>
Expand Down

0 comments on commit 609bb0b

Please sign in to comment.