CASH-313 hide and deactivate webchat button.

This commit is contained in:
Bryan Mauger 2025-05-21 14:52:16 -04:00
parent f82523e686
commit 619b77b2cb

View file

@ -3,10 +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"
class="chat-button"></button> class="chat-button"></button>
-->
</span> </span>
</div> </div>
<div class="site-logo"> <div class="site-logo">