77975ffdb6
* new peertube theme for ConverseJS * CSS linting * splash screen * defining CSS variables
10 lines
320 B
JavaScript
10 lines
320 B
JavaScript
import { html } from 'lit-html'
|
|
import { api } from '@converse/headless/converse-core'
|
|
|
|
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>`
|