feat: chat close button in header
This commit is contained in:
@@ -36,6 +36,10 @@
|
|||||||
command="show-modal">
|
command="show-modal">
|
||||||
<iconify-icon icon="mdi:help-circle-outline"></iconify-icon>
|
<iconify-icon icon="mdi:help-circle-outline"></iconify-icon>
|
||||||
</button>
|
</button>
|
||||||
|
<span class="chat-header-divider"></span>
|
||||||
|
<button class="chat-mode-btn" title="{{if eq .Lang "es"}}Cerrar{{else}}Close{{end}}" onclick="toggleChatPanel()">
|
||||||
|
<iconify-icon icon="mdi:close"></iconify-icon>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user