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> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>WhaTicket</title> <title>GrupoHit</title>
<link <link
rel="stylesheet" rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" 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="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" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta <meta

View File

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

View File

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

View File

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