mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-09 11:12:17 +00:00
replace status logo with assemble
This commit is contained in:
parent
ae210d4afe
commit
0cbf15859b
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 825 B |
BIN
public/images/assemble-high-res.png
Normal file
BIN
public/images/assemble-high-res.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
@ -45,13 +45,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<title>Liquid Funding</title>
|
<title>Assemble</title>
|
||||||
</head>
|
</head>
|
||||||
<body class="container">
|
<body class="container">
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<div id="loading" class="Loading-container">
|
<div id="loading" class="Loading-container">
|
||||||
<img class="Loading-logo" id="loading" src="%PUBLIC_URL%/images/status.png" />
|
<img class="Loading-logo" id="loading" src="%PUBLIC_URL%/images/assemble-high-res.png" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--
|
<!--
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"short_name": "Liquid Funding",
|
"short_name": "Assemble",
|
||||||
"name": "Liquid Funding by Status.im",
|
"name": "Assemble",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "assemble.png",
|
||||||
"sizes": "64x64 32x32 24x24 16x16",
|
"sizes": "64x64 32x32 24x24 16x16",
|
||||||
"type": "image/x-icon"
|
"type": "image/x-icon"
|
||||||
}
|
}
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import Typography from '@material-ui/core/Typography'
|
import Typography from '@material-ui/core/Typography'
|
||||||
|
import assemble from '../../images/assemble-high-res.png'
|
||||||
|
|
||||||
import './Loading.css'
|
import './Loading.css'
|
||||||
|
|
||||||
function Loading() {
|
function Loading() {
|
||||||
return (
|
return (
|
||||||
<div className="Loading-container">
|
<div className="Loading-container">
|
||||||
<img className="Loading-logo" id="loading" src="https://our.status.im/content/images/2018/07/status_logo_blue_1--2-.png" />
|
<img className="Loading-logo" id="loading" src={assemble} />
|
||||||
<Typography style={{ fontSize: '1.5rem' }}>Hold on while we gather the latest information</Typography>
|
<Typography style={{ fontSize: '1.5rem' }}>Hold on while we gather the latest information</Typography>
|
||||||
<Typography style={{ fontSize: '1.2rem' }}>If this is your first visit it will take about a minute while we sync with the chain</Typography>
|
<Typography style={{ fontSize: '1.2rem' }}>If this is your first visit it will take about a minute while we sync with the chain</Typography>
|
||||||
</div>
|
</div>
|
||||||
|
BIN
src/images/assemble-high-res.png
Normal file
BIN
src/images/assemble-high-res.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Loading…
x
Reference in New Issue
Block a user