CASH-313 add type=button to webchat button trigger.

This commit is contained in:
Bryan Mauger 2025-05-21 15:38:21 -04:00
parent 9d9a8dc7e6
commit fd51463d95

View file

@ -3,12 +3,12 @@
<div class="d-flex justify-content-between align-items-center"> <div class="d-flex justify-content-between align-items-center">
<div class="button-container"> <div class="button-container">
<span class="webchat"> <span class="webchat">
<!-- Temporarily hide and deactivate webchat button
<button <button
v-show="shouldShowWebchatButton" v-show="shouldShowWebchatButton"
v-on:click="webchatClicked" v-on:click="webchatClicked"
type="button"
class="chat-button"></button> class="chat-button"></button>
--></span> </span>
</div> </div>
<div class="site-logo"> <div class="site-logo">
<img class="logo-image img-fluid" :src="imageSrc" alt="Safelite logo" /> <img class="logo-image img-fluid" :src="imageSrc" alt="Safelite logo" />