Wording fixes

This commit is contained in:
Willian Mitsuda 2021-07-30 18:02:11 -03:00
parent 3f477b84ec
commit 5e657bec58
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ const Home: React.FC = () => {
<span>
<FontAwesomeIcon icon={faBurn} />
</span>
<span>Check the special dashboard for EIP-1559</span>
<span>Check out the special dashboard for EIP-1559</span>
<span>
<FontAwesomeIcon icon={faBurn} />
</span>

View File

@ -143,7 +143,7 @@ const Blocks: React.FC<BlocksProps> = ({ latestBlock, targetBlockNumber }) => {
<span>
<FontAwesomeIcon icon={faBurn} />
</span>
<span>London Hardfork is here. Watch the base fees burn.</span>
<span>EIP-1559 is activated. Watch the fees burn.</span>
<span>
<FontAwesomeIcon icon={faBurn} />
</span>