mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-19 13:31:22 +00:00
Somewhat stylish
This commit is contained in:
@@ -36,8 +36,10 @@ export default class App extends React.Component<{}, State> {
|
||||
|
||||
return (
|
||||
<div className="App">
|
||||
<Tile icon={blockIcon} title="Best Block">#{formatNumber(best)}</Tile>
|
||||
<Tile icon={lastTimeIcon} title="Last Block"><Ago when={blockTimestamp} /></Tile>
|
||||
<div className="App-header">
|
||||
<Tile icon={blockIcon} title="Best Block">#{formatNumber(best)}</Tile>
|
||||
<Tile icon={lastTimeIcon} title="Last Block"><Ago when={blockTimestamp} /></Tile>
|
||||
</div>
|
||||
<table className="App-list">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user