Skip to content

Commit 6793cc7

Browse files
committed
add link to eth.store
1 parent 0efa5a2 commit 6793cc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Staking/StakingStatsBox.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ const BeaconchainTooltip = ({ isEthStore }: { isEthStore?: boolean }) => (
8080
content={
8181
<div>
8282
<Translation id="data-provided-by" />{" "}
83-
{isEthStore && <span>ETH.STORE </span>}
83+
{isEthStore && (
84+
<Link to="https://github.com/gobitfly/eth.store/">ETH.STORE, </Link>
85+
)}
8486
<Link to="https://beaconcha.in">Beaconcha.in</Link>
8587
</div>
8688
}

0 commit comments

Comments
 (0)