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
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
16 deletions
+17
-16
public/favicon.ico
+0
-0
public/home.png
+0
-0
public/index.html
+1
-1
public/manifest.json
+13
-13
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 @@
<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"
/>
<!--
...
...
public/manifest.json
View file @
cf79696d
{
"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"
}
src/App.js
View file @
cf79696d
...
...
@@ -36,7 +36,7 @@ class App extends Component {
display
:
'flex'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
h
eight
:
'100vh'
,
minH
eight
:
'100vh'
,
}}
>
<
PulseLoader
size
=
{
20
}
color
=
{
'#49b9ff'
}
/
>
...
...
src/Pages/LogIn/LogInView.js
View file @
cf79696d
...
...
@@ -7,7 +7,7 @@ const LogInView = ({ onSubmit }) => {
alignItems
:
'center'
,
paddingTop
:
'2em'
,
maxWidth
:
'400px'
,
h
eight
:
'100vh'
,
minH
eight
:
'100vh'
,
}}
>
<
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 {
return
(
<
Col
>
<
Map
// eslint-disable-next-line
style
=
"mapbox://styles/mapbox/streets-v11"
containerStyle
=
{{
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