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="button-container">
<span class="webchat">
<!-- Temporarily hide and deactivate webchat button
<button
v-show="shouldShowWebchatButton"
v-on:click="webchatClicked"
type="button"
class="chat-button"></button>
--></span>
</span>
</div>
<div class="site-logo">
<img class="logo-image img-fluid" :src="imageSrc" alt="Safelite logo" />