Change help to 'More info' and remove question mark and hover
This commit is contained in:
parent
f3aa99f187
commit
db23a4ed35
@ -111,9 +111,8 @@ const LegendGroup = (props) => {
|
||||
{
|
||||
props.help?
|
||||
<nav className="icon-buttons">
|
||||
<a className="icon-button help" title="Find out more" href={props.help}>
|
||||
Help
|
||||
<HelpIcon />
|
||||
<a className="icon-button help" href={props.help}>
|
||||
More info
|
||||
</a>
|
||||
</nav>
|
||||
: null
|
||||
|
Loading…
Reference in New Issue
Block a user