CASH-313 hide and deactivate webchat button.
This commit is contained in:
parent
f82523e686
commit
619b77b2cb
1 changed files with 2 additions and 0 deletions
|
|
@ -3,10 +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"
|
||||
class="chat-button"></button>
|
||||
-->
|
||||
</span>
|
||||
</div>
|
||||
<div class="site-logo">
|
||||
|
|
|
|||
Loading…
Reference in a new issue