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>
|
||||
<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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"short_name": "WhaTicket",
|
||||
"name": "WhaTicket",
|
||||
"short_name": "GrupoHit",
|
||||
"name": "GrupoHit",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
|
|
|
@ -217,7 +217,7 @@ const LoggedInLayout = ({ children }) => {
|
|||
noWrap
|
||||
className={classes.title}
|
||||
>
|
||||
WhaTicket
|
||||
GrupoHit
|
||||
</Typography>
|
||||
{user.id && <NotificationsPopOver />}
|
||||
|
||||
|
|
|
@ -15,8 +15,9 @@ const rules = {
|
|||
"connections-view:show",
|
||||
"dashboard-view:show",
|
||||
"queues-view:show",
|
||||
"user-view:show",
|
||||
//"settings-view:show",
|
||||
"user-view:show",
|
||||
|
||||
|
||||
],
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue