[Solved] Link not working on image button


You need to put the article inside of the anchor tag

<div class="hub-background">
  <div class="hub-container"> 
    <a href="https://stackoverflow.com/questions/43106811/...">
      <article class="btn-twitch">
        <img src="https://stackoverflow.com/questions/43106811/..."> 
      </article> 
    </a> 
  </div>
</div>

2

solved Link not working on image button