peertube-plugin-livechat/conversejs/custom/templates/background_logo.js
John Livingston 77975ffdb6
CSS Work In Progress
* new peertube theme for ConverseJS
* CSS linting
* splash screen
* defining CSS variables
2021-11-09 17:45:54 +01:00

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>`