0

Prettified Code!

This commit is contained in:
gabek 2021-06-20 01:13:03 +00:00 committed by GitHub Action
parent 1b5f8b9f1d
commit d19ecab90c

View File

@ -668,7 +668,8 @@ export default class App extends Component {
<h2 class="font-semibold text-5xl"> <h2 class="font-semibold text-5xl">
<span class="streamer-name text-indigo-600">${name}</span> <span class="streamer-name text-indigo-600">${name}</span>
</h2> </h2>
${externalActionButtons && html`<div>${externalActionButtons}</div>`} ${externalActionButtons &&
html`<div>${externalActionButtons}</div>`}
<h3 class="font-semibold text-3xl"> <h3 class="font-semibold text-3xl">
${streamOnline && streamTitle} ${streamOnline && streamTitle}
</h3> </h3>