Compare commits

..

No commits in common. "4687d88d2fc1a1cb018a3216100e75e47f396955" and "2a860a27ce42fe91eab97c20d267ddb21a500016" have entirely different histories.

View File

@ -694,7 +694,7 @@ export default function PacientePage() {
// Renderização principal
return (
<ProtectedRoute requiredUserType={["paciente"]}>
<ProtectedRoute>
<div className="min-h-screen bg-background text-foreground flex flex-col">
{/* Header só com título e botão de sair */}
<header className="flex items-center justify-between px-4 py-2 border-b bg-card">