Skip to content

Commit

Permalink
feat: add message to show badge with tutorial completed
Browse files Browse the repository at this point in the history
  • Loading branch information
guibrbs committed Jun 28, 2024
1 parent 158606c commit b2f2b6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/components/modals/BadgeEarnModal/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export const BadgeEarnModal = ({
2: 'você continua tentando ajudar ao máximo, e por conta disso agora recebeu a conquista',
3: 'você continua tentando ajudar ao máximo, e por conta disso agora recebeu a conquista',
},
tutorialCompleted: {
1: 'você completou o tutorial com sucesso! Agora podemos fazer a diferença na vida de milhares pessoas!'
}
};

const handleClose = () => {
Expand Down

0 comments on commit b2f2b6e

Please sign in to comment.