Skip to content

Instantly share code, notes, and snippets.

@michaeldeboeve
Created April 16, 2018 21:20
Show Gist options
  • Save michaeldeboeve/6805b162812ef7f75c900385b950e6c8 to your computer and use it in GitHub Desktop.
Save michaeldeboeve/6805b162812ef7f75c900385b950e6c8 to your computer and use it in GitHub Desktop.
{ item.url.length > 1 && <div className="hover-target">
<Button to={item.url} text={item.button} />
</div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment