Add title to london special dashboard
This commit is contained in:
parent
a738ad2ae3
commit
114749704a
|
@ -139,6 +139,15 @@ const Blocks: React.FC<BlocksProps> = ({ latestBlock, targetBlockNumber }) => {
|
||||||
return (
|
return (
|
||||||
<div className="w-full mb-auto">
|
<div className="w-full mb-auto">
|
||||||
<div className="px-9 pt-3 pb-12 divide-y-2">
|
<div className="px-9 pt-3 pb-12 divide-y-2">
|
||||||
|
<div className="flex justify-center items-baseline space-x-2 px-3 pb-2 text-lg text-orange-500 ">
|
||||||
|
<span>
|
||||||
|
<FontAwesomeIcon icon={faBurn} />
|
||||||
|
</span>
|
||||||
|
<span>London Hardfork is here. Watch the base fees burn.</span>
|
||||||
|
<span>
|
||||||
|
<FontAwesomeIcon icon={faBurn} />
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Line data={data} height={100} options={options} />
|
<Line data={data} height={100} options={options} />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue