remocao do botao adicionar paciente

This commit is contained in:
m1guelmcf 2025-11-25 10:05:17 -03:00
parent 6e62797526
commit adfeb3097f

View File

@ -197,14 +197,6 @@ export default function PacientesPage() {
<SelectItem value="20">20 por página</SelectItem> <SelectItem value="20">20 por página</SelectItem>
</SelectContent> </SelectContent>
</Select> </Select>
<Link href="/doctor/pacientes/novo" className="w-full sm:w-auto">
<Button
variant="default"
className="bg-blue-600 hover:bg-blue-700 w-full sm:w-auto"
>
Novo Paciente
</Button>
</Link>
</div> </div>
</div> </div>