react-responsive-navbar icon indicating copy to clipboard operation
react-responsive-navbar copied to clipboard

menuCloseButton is the same as menuOpenButton

Open lukecamelo opened this issue 7 years ago • 0 comments

With this code:

return (
      <ResponsiveMenu
        menuOpenButton={<i class="fas fa-bars fa-4x" />}
        menuCloseButton={<i class="fas fa-times" />}
        changeMenuOn="700px"
        menu={navvy}
        largeMenuClassName="large-menu"
        smallMenuClassName="small-menu"
      />
    )

It still shows the bars, even when the menu is open. What gives?

lukecamelo avatar Oct 06 '18 00:10 lukecamelo