Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
toiletcoin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
atichat
toiletcoin
Commits
cf79696d
Commit
cf79696d
authored
Aug 05, 2019
by
OuiAtichat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change icon webtitile
parent
53126f6f
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
4 deletions
+5
-4
public/favicon.ico
+0
-0
public/home.png
+0
-0
public/index.html
+1
-1
public/manifest.json
+1
-1
src/App.js
+1
-1
src/Pages/LogIn/LogInView.js
+1
-1
src/components/Mapbox.js
+1
-0
No files found.
public/favicon.ico
deleted
100644 → 0
View file @
53126f6f
File deleted
public/home.png
0 → 100644
View file @
cf79696d
7.29 KB
public/index.html
View file @
cf79696d
...
@@ -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"
/>
<!--
<!--
...
...
public/manifest.json
View file @
cf79696d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"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"
}
}
...
...
src/App.js
View file @
cf79696d
...
@@ -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'
,
h
eight
:
'100vh'
,
minH
eight
:
'100vh'
,
}}
}}
>
>
<
PulseLoader
size
=
{
20
}
color
=
{
'#49b9ff'
}
/
>
<
PulseLoader
size
=
{
20
}
color
=
{
'#49b9ff'
}
/
>
...
...
src/Pages/LogIn/LogInView.js
View file @
cf79696d
...
@@ -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'
,
h
eight
:
'100vh'
,
minH
eight
:
'100vh'
,
}}
}}
>
>
<
Card
style
=
{{
padding
:
'2em 1em'
,
backgroundColor
:
'#49b9ff'
}}
>
<
Card
style
=
{{
padding
:
'2em 1em'
,
backgroundColor
:
'#49b9ff'
}}
>
...
...
src/components/Mapbox.js
View file @
cf79696d
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment