Ateração no favicon e mudança do title da página, de whaticket para GrupoHit
parent
3d0ae04abf
commit
0a24a01e6f
|
@ -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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"short_name": "WhaTicket",
|
"short_name": "GrupoHit",
|
||||||
"name": "WhaTicket",
|
"name": "GrupoHit",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
|
|
|
@ -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 />}
|
||||||
|
|
||||||
|
|
|
@ -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",
|
|
||||||
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue