I have a hamburger toggle that I got from one template, but it seems I'm missing the 'activate on/off toggle' part because when I click the toggle nothing happens. What I'm missing?
<div data-testid="header">
<header id="header" className="site-header">
<div className="container">
<div className="right-header">
<nav className="main-menu">
<button
type="button"
className="c-hamburger c-hamburger--htx"
>
<span />
</button>
<ul>
<li>
<Link to="/news">
{headerText.news}
<i className="fa fa-caret-down" aria-hidden="true" />
</Link>
</li>
</div>
</div>
</header>
</div>
And in the image is the template (where I got the code) working. It's only the html