troca-de-API #9

Merged
lucasrodrigues-bit2 merged 13 commits from StsDanilo/riseup-squad21:troca-de-API into troca-de-API 2025-09-29 20:03:33 +00:00
Showing only changes of commit fa175d4555 - Show all commits

View File

@ -112,7 +112,7 @@ export default function HospitalLayout({ children }: HospitalLayoutProps) {
return ( return (
<div className="min-h-screen bg-gray-50 flex"> <div className="min-h-screen bg-gray-50 flex">
{/* Sidebar */} {/* Sidebar */}
<div <div
className={`bg-white border-r border-gray-200 transition-all duration-300 ${sidebarCollapsed ? "w-16" : "w-64"} h-screen flex flex-col`} className={`bg-white border-r border-gray-200 transition-all duration-300 ${sidebarCollapsed ? "w-16" : "w-64"} h-screen flex flex-col`}
> >