peertube-plugin-livechat/conversejs/custom/templates/background_logo.js
John Livingston 51b603c894
Switch from Converse v10.1.6 to upstream (unreleased v11):
* various WIP to change the Converse version
2024-07-11 17:53:50 +02:00

16 lines
565 B
JavaScript

// SPDX-FileCopyrightText: 2013-2018 JC Brand <https://github.com/conversejs/converse.js/>
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
//
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: AGPL-3.0-only
import { html } from 'lit'
import { api } from '@converse/headless/index.js'
export default () => html`
<div class="inner-content converse-brand row">
<div class="converse-brand__heading">
<img src="${api.settings.get('assets_path')}/../../images/logo.svg">
</div>
</div>`