Commit cf79696d by OuiAtichat

change icon webtitile

parent 53126f6f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <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="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<!-- <!--
......
{ {
"short_name": "React App", "short_name": "React App",
"name": "Create React App Sample", "name": "Create React App Sample",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "home.png",
"sizes": "64x64 32x32 24x24 16x16", "sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon" "type": "image/x-icon"
} }
], ],
"start_url": ".", "start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#000000",
"background_color": "#ffffff" "background_color": "#ffffff"
} }
...@@ -36,7 +36,7 @@ class App extends Component { ...@@ -36,7 +36,7 @@ class App extends Component {
display: 'flex', display: 'flex',
justifyContent: 'center', justifyContent: 'center',
alignItems: 'center', alignItems: 'center',
height: '100vh', minHeight: '100vh',
}} }}
> >
<PulseLoader size={20} color={'#49b9ff'} /> <PulseLoader size={20} color={'#49b9ff'} />
......
...@@ -7,7 +7,7 @@ const LogInView = ({ onSubmit }) => { ...@@ -7,7 +7,7 @@ const LogInView = ({ onSubmit }) => {
alignItems: 'center', alignItems: 'center',
paddingTop: '2em', paddingTop: '2em',
maxWidth: '400px', maxWidth: '400px',
height: '100vh', minHeight: '100vh',
}} }}
> >
<Card style={{ padding: '2em 1em', backgroundColor: '#49b9ff' }}> <Card style={{ padding: '2em 1em', backgroundColor: '#49b9ff' }}>
......
...@@ -25,6 +25,7 @@ export default class Mapbox extends React.Component { ...@@ -25,6 +25,7 @@ export default class Mapbox extends React.Component {
return ( return (
<Col> <Col>
<Map <Map
// eslint-disable-next-line
style="mapbox://styles/mapbox/streets-v11" style="mapbox://styles/mapbox/streets-v11"
containerStyle={{ containerStyle={{
height: '50vh', 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