Ateração no favicon e mudança do title da página, de whaticket para GrupoHit

pull/1/head
adriano 2022-01-13 12:20:17 -03:00
parent 3d0ae04abf
commit 0a24a01e6f
4 changed files with 14 additions and 8 deletions

View File

@ -1,14 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>WhaTicket</title>
<title>GrupoHit</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel=”shortcut icon href=”%PUBLIC_URL%/favicon.ico”>
<!--<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />-->
<link rel="icon" href="http://www.hittelco.com/images/favicon.png" />
<!--<link rel=”shortcut icon” href=”%PUBLIC_URL%/favicon.ico”>-->
<link rel="shortcut icon" href="http://www.hittelco.com/images/favicon.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta name="theme-color" content="#000000" />
<meta

View File

@ -1,6 +1,6 @@
{
"short_name": "WhaTicket",
"name": "WhaTicket",
"short_name": "GrupoHit",
"name": "GrupoHit",
"icons": [
{
"src": "favicon.ico",

View File

@ -217,7 +217,7 @@ const LoggedInLayout = ({ children }) => {
noWrap
className={classes.title}
>
WhaTicket
GrupoHit
</Typography>
{user.id && <NotificationsPopOver />}

View File

@ -16,7 +16,8 @@ const rules = {
"dashboard-view:show",
"queues-view:show",
"user-view:show",
//"settings-view:show",
],
},