fixup! Evolution du webmanifest
parent
957ff04611
commit
bd8b163822
|
@ -9,6 +9,7 @@
|
|||
<meta name="description" content="Simulation du prix d'une embauche en France" data-react-helmet="true"> <!-- data-helmet pour que React Helmet puisse écraser ce meta par défaut -->
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,500,600,700' rel='stylesheet' type='text/css'>
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
<meta name="theme-color" content="#2975d1">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Simulateur d'embauche",
|
||||
"short_name": "Embauche",
|
||||
"description": "Jongler entre les différents salaires lors d'une embauche",
|
||||
"display": "browser",
|
||||
"display": "standalone",
|
||||
"lang": "fr",
|
||||
"orientation": "portrait-primary",
|
||||
"theme_color": "#2975d1",
|
||||
|
|
Loading…
Reference in New Issue