Update src/app/dashboard/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user