ChainKeeper
ChainKeeper copied to clipboard
fixed the warning links must not point to #
fixes #36
fixed by using href = {null} instead of using href = '#'
<a style={{color: "#ffffff"}} className="nav-link dropdown-toggle" href={null}
Shall we change the PR title as relevant to the commits?