add-dark-mode-and-removing-pages #35

Merged
Jonasbomfim merged 10 commits from feature/fix-erros into develop 2025-10-03 17:28:33 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit f0a90afe55 - Show all commits

View File

@ -61,7 +61,7 @@ export function Sidebar() {
{/* este span some no modo ícone */} {/* este span some no modo ícone */}
<span className="text-lg font-semibold text-sidebar-foreground group-data-[collapsible=icon]:hidden"> <span className="text-lg font-semibold text-sidebar-foreground group-data-[collapsible=icon]:hidden">
MediConnect MEDIConnect
</span> </span>
</Link> </Link>
</SidebarHeader> </SidebarHeader>

View File

@ -13,7 +13,7 @@ export function Footer() {
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8"> <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
<div className="flex flex-col md:flex-row items-center justify-between space-y-4 md:space-y-0"> <div className="flex flex-col md:flex-row items-center justify-between space-y-4 md:space-y-0">
{} {}
<div className="text-muted-foreground text-sm">© 2025 Medi Conecta</div> <div className="text-muted-foreground text-sm">© 2025 MEDI Connect</div>
{} {}
<nav className="flex items-center space-x-8"> <nav className="flex items-center space-x-8">

View File

@ -18,7 +18,7 @@ export function Header() {
{/* Logo */} {/* Logo */}
<Link href="/" className="flex items-center space-x-2"> <Link href="/" className="flex items-center space-x-2">
<span className="text-xl font-bold text-foreground"> <span className="text-xl font-bold text-foreground">
<span className="text-primary">MEDI</span>Conecta <span className="text-primary">MEDI</span>Connect
</span> </span>
</Link> </Link>