CASH-313 add type=button to webchat button trigger.
This commit is contained in:
parent
9d9a8dc7e6
commit
fd51463d95
1 changed files with 2 additions and 2 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue