Skip to content

Commit

Permalink
Merge pull request #122 from imblackout/fixes
Browse files Browse the repository at this point in the history
Energy stats link missing
  • Loading branch information
peerchemist committed Sep 26, 2019
2 parents d5abac3 + b154a33 commit 9e8ad3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/Resources/Resources.jsx
Expand Up @@ -206,19 +206,19 @@ function Resources() {
<div className="container">
<h2 className="title title--green">{t('resourcesPage.toolsTitle')}</h2>
<div className="blocks-list">
<a href="https://www.peercoinexplorer.net/inflation/" className="blocks-list__block">
<a href="https://www.peercoinexplorer.net/inflation/" target="_blank" rel="noopener noreferrer" className="blocks-list__block">
<h4 className="blocks-list__block__title">{t('resourcesPage.toolsInflation')}</h4>
<img className="blocks-list__block__img" src="/img/icons/mint_green.png" alt="" />
</a>
<a href="https://www.peercoinexplorer.net/mempool/" className="blocks-list__block">
<a href="https://www.peercoinexplorer.net/mempool/" target="_blank" rel="noopener noreferrer" className="blocks-list__block">
<h4 className="blocks-list__block__title">{t('resourcesPage.toolsMempool')}</h4>
<img className="blocks-list__block__img" src="/img/icons/mint_green.png" alt="" />
</a>
<a href="https://www.coinexplorer.net/PPC" className="blocks-list__block">
<a href="https://www.peercoin.site/#energytable" target="_blank" rel="noopener noreferrer" className="blocks-list__block">
<h4 className="blocks-list__block__title">{t('resourcesPage.toolsEnergyStatistics')}</h4>
<img className="blocks-list__block__img" src="/img/icons/mint_green.png" alt="" />
</a>
<a href="https://faucet.peercoinexplorer.net/" className="blocks-list__block">
<a href="https://faucet.peercoinexplorer.net/" target="_blank" rel="noopener noreferrer" className="blocks-list__block">
<h4 className="blocks-list__block__title">{t('resourcesPage.toolsTestnetFaucet')}</h4>
<img className="blocks-list__block__img" src="/img/icons/mint_green.png" alt="" />
</a>
Expand Down

1 comment on commit 9e8ad3b

@vercel
Copy link

@vercel vercel bot commented on 9e8ad3b Sep 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.