modified: src/App.jsx
modified: src/components/AppShell.jsx modified: src/config/permissions.js modified: src/pages/PatientsPage.jsx
This commit is contained in:
@@ -716,7 +716,7 @@ export function PatientDetailPage({ navigate, patient }) {
|
||||
<div className="flex flex-wrap gap-3">
|
||||
<button
|
||||
className="h-10 rounded-sm border border-[#404040] bg-[#262626] px-4 text-sm font-semibold text-[#e5e5e5] transition hover:bg-[#303030]"
|
||||
onClick={() => navigate('/camunicacao')}
|
||||
onClick={() => navigate('/comunicacao')}
|
||||
type="button"
|
||||
>
|
||||
Enviar mensagem
|
||||
|
||||
Reference in New Issue
Block a user