edit logo and icon

This commit is contained in:
Marco van Dijk 2023-04-18 21:27:37 +02:00
parent 2a03e6f4c0
commit 934ff8cef8
14 changed files with 9 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
public/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 B

BIN
public/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 762 KiB

After

Width:  |  Height:  |  Size: 782 KiB

View File

@ -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": ".",

View File

@ -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" />

View File

@ -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' }}>

View File

@ -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>

View File

@ -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>