mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 02:35:09 +02:00
add logo
This commit is contained in:
parent
de09e55760
commit
442418bc59
BIN
public/logo.png
Normal file
BIN
public/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 762 KiB |
@ -30,7 +30,7 @@ const Grafana = (obj) => {
|
|||||||
<button className="homeButton" onClick={() => {
|
<button className="homeButton" onClick={() => {
|
||||||
setRedirectToHome(true);
|
setRedirectToHome(true);
|
||||||
}}>
|
}}>
|
||||||
<div style={{fontSize: '4em'}}>🏠</div>
|
<img alt="" src="logo.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="livepeer.png" width="100em" height="100em" style={{ zIndex: 10 }} />
|
<img alt="" src="logo.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' }}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user