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:
parent
38995b95c6
commit
79bda730d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue