Skip to content

Commit

Permalink
Ajustes no Front
Browse files Browse the repository at this point in the history
  • Loading branch information
dellabeneta committed Dec 9, 2024
1 parent 6894cfd commit 3aefd00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Status do Projeto

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dellabeneta/python-peoples-crud/docker-publish.yml?label=Build)
[![Trivy Scan](https://github.com/dellabeneta/python-peoples-crud/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/dellabeneta/python-peoples-crud/actions/workflows/trivy-scan.yml)
![GitHub top language](https://img.shields.io/github/languages/top/dellabeneta/python-peoples-crud)
![GitHub License](https://img.shields.io/github/license/dellabeneta/python-peoples-crud?color=blue)
![GitHub Release](https://img.shields.io/github/v/release/dellabeneta/python-peoples-crud)
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/CadastrarPessoa.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function CadastrarPessoa() {
navigate('/');
} catch (error) {
console.error('Erro ao cadastrar pessoa:', error);
alert('Erro ao cadastrar pessoa. Verifique os dados e tente novamente.');
alert('Erro ao cadastrar pessoa. Por favor, verifique os dados e tente novamente.');
}
};

Expand Down

0 comments on commit 3aefd00

Please sign in to comment.