Fix accent on page title "Empréstimos de Equipamentos"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
rever-tecnologia 2025-12-04 14:53:45 -03:00
parent 38995b95c6
commit 79bda730d5

View file

@ -6,7 +6,7 @@ export const dynamic = "force-dynamic"
export default function EmprestimosPage() { export default function EmprestimosPage() {
return ( return (
<AppShell header={<SiteHeader title="Emprestimos de Equipamentos" lead="Controle de equipamentos emprestados" />}> <AppShell header={<SiteHeader title="Empréstimos de Equipamentos" lead="Controle de equipamentos emprestados" />}>
<EmprestimosPageClient /> <EmprestimosPageClient />
</AppShell> </AppShell>
) )