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="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">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue