Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
DispatchCommit committed Dec 19, 2019
2 parents df179d4 + 47e2ef0 commit c507f09
Show file tree
Hide file tree
Showing 4 changed files with 664 additions and 684 deletions.
4 changes: 0 additions & 4 deletions components/Channel/StreamArchives.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,3 @@
},
};
</script>

<style lang='scss'>
</style>
3 changes: 2 additions & 1 deletion components/Chat/ChatMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
@click="listeners.reply(props.username)"
>
<img v-if="!!props.avatar" :src="props.avatar" :alt="props.username">
<div v-else class="v-icon notranslate material-icons" :style="{ background: props.color }">person</div>
<img v-else src="https://cdn.bitwave.tv/static/img/santahat-100.png" alt="santa troll" :style="{ background: props.color }" class="pa-1">
<!--<div v-else class="v-icon notranslate material-icons" :style="{ background: props.color }">person</div>-->
</div>

<!-- Chat Content -->
Expand Down
Loading

0 comments on commit c507f09

Please sign in to comment.