Running into an issue where assigning the smooth scroll class to text link works fine and dandy, but won’t when assigned to an svg image link.
Here’s the code for the image version (it located in the home page hero header):
<a href="#on-stage-now"><img class="smooth-scroll aligncenter wp-image-1617" role="img" src="https://loct.wpengine.com/wp-content/uploads/2018/12/arrow-down-sign-to-navigate.svg" alt="" width="24" height="24" /></a>
Am I missing anything?