Skip to content

Commit

Permalink
Add info about dropping nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
taxmeifyoucan committed Nov 4, 2021
1 parent 00499b1 commit 3e414fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/organisms/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function Note() {
return (
<Alert status="info" onClick={hideNote} mt={4}>
<AlertIcon />
This crawler only has a partial view of the Ethereum network. This is not a full count of every node on the network.
This crawler only has a partial view of the Ethereum network and lists only nodes discovered in last 24 hours. This is not a full count of every node on the network.
<Spacer /><Button variant="ghost" iconSpacing={0} size="sm" leftIcon={<VscClose />} title="Remove note" />
</Alert>
)
Expand Down

0 comments on commit 3e414fe

Please sign in to comment.