low hanging cleanup for extrauser content

This commit is contained in:
Ginger Wong
2020-07-05 01:29:48 -07:00
parent 9bd1df8530
commit 34b3806806
5 changed files with 28 additions and 18 deletions

View File

@@ -101,7 +101,7 @@ GW TODO:
v-bind:tags="tags"
>{{streamerName}}</user-details>
<div v-html="extraUserContent">{{extraUserContent}}</div>
<div v-html="extraUserContent" class="extra-user-content">{{extraUserContent}}</div>
</section>
@@ -120,7 +120,7 @@ GW TODO:
v-bind:tags="tags"
>{{streamerName}}</user-details>
<div v-html="extraUserContent">{{extraUserContent}}</div>
<div v-html="extraUserContent" class="extra-user-content">{{extraUserContent}}</div>
<owncast-footer v-bind:app-version="appVersion"></owncast-footer>