This commit is contained in:
Marco van Dijk 2023-04-18 15:07:35 +02:00
parent de09e55760
commit 442418bc59
3 changed files with 2 additions and 2 deletions

BIN
public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 762 KiB

View File

@ -30,7 +30,7 @@ const Grafana = (obj) => {
<button className="homeButton" onClick={() => {
setRedirectToHome(true);
}}>
<div style={{fontSize: '4em'}}>🏠</div>
<img alt="" src="logo.png" width="100em" style={{ zIndex: 10 }} />
</button>
</div>
<div className="verticalDivider" />

View File

@ -47,7 +47,7 @@ const Home = (obj) => {
<div className="stroke">
<div className="verticalDivider" />
<div className="row">
<img alt="" src="livepeer.png" width="100em" height="100em" style={{ zIndex: 10 }} />
<img alt="" src="logo.png" width="100em" style={{ zIndex: 10 }} />
</div>
<div className="verticalDivider" />
<div className="stroke roundedOpaque" style={{ maxWidth: '400px' }}>