edit logo and icon
BIN
public/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
public/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 213 KiB |
BIN
public/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
public/favicon-16x16.png
Normal file
After Width: | Height: | Size: 909 B |
BIN
public/favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
public/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 70 KiB |
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
<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="#855dfe" />
|
<meta name="theme-color" content="#855dfe" />
|
||||||
<meta
|
<meta
|
||||||
|
BIN
public/logo.png
Before Width: | Height: | Size: 762 KiB After Width: | Height: | Size: 782 KiB |
@ -3,8 +3,8 @@
|
|||||||
"name": "nframe.nl",
|
"name": "nframe.nl",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.png",
|
"src": "favicon.ico",
|
||||||
"type": "image/png"
|
"type": "image/x-icon"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
|
@ -30,7 +30,7 @@ const Grafana = (obj) => {
|
|||||||
<button className="homeButton" onClick={() => {
|
<button className="homeButton" onClick={() => {
|
||||||
setRedirectToHome(true);
|
setRedirectToHome(true);
|
||||||
}}>
|
}}>
|
||||||
<img alt="" src="logo.png" width="100em" style={{ zIndex: 10 }} />
|
<img alt="" src="android-chrome-512x512.png" width="100em" style={{ zIndex: 10 }} />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div className="verticalDivider" />
|
<div className="verticalDivider" />
|
||||||
|
@ -47,7 +47,7 @@ const Home = (obj) => {
|
|||||||
<div className="stroke">
|
<div className="stroke">
|
||||||
<div className="verticalDivider" />
|
<div className="verticalDivider" />
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<img alt="" src="logo.png" width="100em" style={{ zIndex: 10 }} />
|
<img alt="" src="android-chrome-512x512.png" width="100em" style={{ zIndex: 10 }} />
|
||||||
</div>
|
</div>
|
||||||
<div className="verticalDivider" />
|
<div className="verticalDivider" />
|
||||||
<div className="stroke roundedOpaque" style={{ maxWidth: '400px' }}>
|
<div className="stroke roundedOpaque" style={{ maxWidth: '400px' }}>
|
||||||
|
@ -61,9 +61,8 @@ const Livepeer = (obj) => {
|
|||||||
setRedirectToHome(true);
|
setRedirectToHome(true);
|
||||||
}}>
|
}}>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<img alt="" src={thisChad} width="40em" height="40em" />
|
<img alt="" src="apple-touch-icon.png" width="40em" height="40em" />
|
||||||
</div>
|
</div>
|
||||||
<h1>🏠</h1>
|
|
||||||
</button>
|
</button>
|
||||||
<h4 className="rowAlignLeft withWrap showNeverOnMobile">{headerString}</h4>
|
<h4 className="rowAlignLeft withWrap showNeverOnMobile">{headerString}</h4>
|
||||||
</div>
|
</div>
|
||||||
|
@ -175,7 +175,9 @@ const Stats = (obj) => {
|
|||||||
<button className="homeButton" onClick={() => {
|
<button className="homeButton" onClick={() => {
|
||||||
setRedirectToHome(true);
|
setRedirectToHome(true);
|
||||||
}}>
|
}}>
|
||||||
<h1>🏠</h1>
|
<div className="row">
|
||||||
|
<img alt="" src="apple-touch-icon.png" width="40em" height="40em" />
|
||||||
|
</div>
|
||||||
</button>
|
</button>
|
||||||
<h4 className="rowAlignLeft withWrap showNeverOnMobile">Statistics</h4>
|
<h4 className="rowAlignLeft withWrap showNeverOnMobile">Statistics</h4>
|
||||||
</div>
|
</div>
|
||||||
|