Update src/app/dashboard/page.tsx

This commit is contained in:
2026-05-05 14:43:54 +00:00
parent e8b646b4be
commit 23dfeecfa0

View File

@@ -29,7 +29,7 @@ export default function DashboardPage() {
{ name: "Produtos", id: "products" },
{ name: "Pedidos", id: "orders" },
]}
brandName="MozaEats Admin"
brandName="ENTREGA Admin"
/>
</div>
@@ -70,7 +70,7 @@ export default function DashboardPage() {
{ title: "Conta", items: [{ label: "Sair", href: "/" }] },
{ title: "Documentação", items: [{ label: "Guia do Proprietário", href: "#" }] },
]}
bottomLeftText="© 2024 MozaEats Admin. Acesso Restrito."
bottomLeftText="© 2024 ENTREGA Admin. Acesso Restrito."
bottomRightText="Versão 1.0.0"
/>
</div>