Commit cf79696d by OuiAtichat

change icon webtitile

parent 53126f6f
......@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="shortcut icon" href="%PUBLIC_URL%/home.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!--
......
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "home.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
......@@ -36,7 +36,7 @@ class App extends Component {
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
height: '100vh',
minHeight: '100vh',
}}
>
<PulseLoader size={20} color={'#49b9ff'} />
......
......@@ -7,7 +7,7 @@ const LogInView = ({ onSubmit }) => {
alignItems: 'center',
paddingTop: '2em',
maxWidth: '400px',
height: '100vh',
minHeight: '100vh',
}}
>
<Card style={{ padding: '2em 1em', backgroundColor: '#49b9ff' }}>
......
......@@ -25,6 +25,7 @@ export default class Mapbox extends React.Component {
return (
<Col>
<Map
// eslint-disable-next-line
style="mapbox://styles/mapbox/streets-v11"
containerStyle={{
height: '50vh',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment