Move external action buttons

This commit is contained in:
Gabe Kangas 2021-03-31 22:28:39 -07:00
parent a5ad643d13
commit 1f659c47b0

View File

@ -616,10 +616,10 @@ export default class App extends Component {
<div <div
class="user-content-header border-b border-gray-500 border-solid" class="user-content-header border-b border-gray-500 border-solid"
> >
${externalActionButtons}
<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>
<div>${externalActionButtons}</div>
<h3 class="font-semibold text-3xl"> <h3 class="font-semibold text-3xl">
${streamOnline && streamTitle} ${streamOnline && streamTitle}
</h3> </h3>