Signout is not working on my NextJS site

I have the following in my header but when I click on it it does nothing. Is there something I’m missing?


              <a href="#" className="snipcart-user-logout">
                <span>Sign Out</span>
              </a>