Browse Source

Prettified Code!

pull/1127/head
gabek 4 years ago committed by GitHub Action
parent
commit
d19ecab90c
  1. 3
      webroot/js/app.js

3
webroot/js/app.js

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

Loading…
Cancel
Save