develop #83

Merged
M-Gabrielly merged 426 commits from develop into main 2025-12-04 04:13:15 +00:00
Showing only changes of commit 4e0c246e05 - Show all commits

View File

@ -94,11 +94,9 @@ export function PagesHeader({ title = "", subtitle = "" }: { title?: string, sub
}}
className="w-full text-left px-4 py-2 text-sm hover:bg-accent cursor-pointer"
>
👤 Perfil
</button>
<button className="w-full text-left px-4 py-2 text-sm hover:bg-accent cursor-pointer">
Configurações
Perfil
</button>
<div className="border-t border-border my-1"></div>
<button
onClick={(e) => {
@ -110,7 +108,7 @@ export function PagesHeader({ title = "", subtitle = "" }: { title?: string, sub
}}
className="w-full text-left px-4 py-2 text-sm text-destructive hover:bg-destructive/10 cursor-pointer"
>
🚪 Sair
Sair
</button>
</div>
</div>