We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efa5a2 commit 6793cc7Copy full SHA for 6793cc7
src/components/Staking/StakingStatsBox.tsx
@@ -80,7 +80,9 @@ const BeaconchainTooltip = ({ isEthStore }: { isEthStore?: boolean }) => (
80
content={
81
<div>
82
<Translation id="data-provided-by" />{" "}
83
- {isEthStore && <span>ETH.STORE </span>}
+ {isEthStore && (
84
+ <Link to="https://github.com/gobitfly/eth.store/">ETH.STORE, </Link>
85
+ )}
86
<Link to="https://beaconcha.in">Beaconcha.in</Link>
87
</div>
88
}
0 commit comments