mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 20:18:08 +00:00
Bug: Render header title and tagline as HTML (#906)
* Render header title and tagline as HTML
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
<header class="header-collapsed">
|
||||
<div class="header-branding">
|
||||
<img v-if="avatarUrl" :src="avatarUrl" alt="avatar" />
|
||||
<h2 class="title">
|
||||
{{ title }}
|
||||
</h2>
|
||||
<h2 class="title" v-html="title"></h2>
|
||||
</div>
|
||||
<span class="close-button" @click="closeWindow"></span>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user