From b1ac9ea3ffec6f05dec82db25e3c6eafc34cb68b Mon Sep 17 00:00:00 2001 From: pedrofedericoo Date: Thu, 27 Nov 2025 12:23:06 -0300 Subject: [PATCH] Um pequeno detalhe --- src/pages/FinanceiroDashboard.jsx | 2 +- src/pages/inicioPaciente.jsx | 188 +++++++++++++++++++----------- 2 files changed, 122 insertions(+), 68 deletions(-) diff --git a/src/pages/FinanceiroDashboard.jsx b/src/pages/FinanceiroDashboard.jsx index e41b321..a2c868d 100644 --- a/src/pages/FinanceiroDashboard.jsx +++ b/src/pages/FinanceiroDashboard.jsx @@ -334,7 +334,7 @@ export default function FinanceiroDashboard() { setNovoPagamento(false); }} > - Ver / Editar + Ver Detalhes )} @@ -260,7 +311,10 @@ function InicioPaciente() {

Você não tem consultas agendadas

-
@@ -270,4 +324,4 @@ function InicioPaciente() { ); } -export default InicioPaciente; \ No newline at end of file +export default InicioPaciente;