feat: enrich companies with phone input and machine overview
This commit is contained in:
parent
4c228e908a
commit
f1a0b9dae5
6 changed files with 339 additions and 10 deletions
|
|
@ -21,7 +21,12 @@ export const metadata: Metadata = {
|
|||
title: "Raven - Sistema de chamados",
|
||||
description: "Plataforma Raven da Rever",
|
||||
icons: {
|
||||
icon: "/icon.png",
|
||||
icon: [
|
||||
{ url: "/favicon.ico", rel: "icon" },
|
||||
{ url: "/icon.png", rel: "icon", type: "image/png" },
|
||||
],
|
||||
shortcut: "/favicon.ico",
|
||||
apple: "/icon.png",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue