Skip to content

Commit

Permalink
Remove @Broadcaster highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
elliott-home-pc committed May 6, 2021
1 parent 544083b commit 26ac857
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/renderer/pages/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
<span>Connected, waiting for messages...</span>
</div>
<div v-for="item of data" v-else :key="item.key">
<div
:style="
item.message.toLowerCase().includes(`@${broadCaster}`) ? 'background: #d15b5b' : ''
"
class="mb-1 text-text-white"
>
<div class="mb-1 text-text-white">
<div id="message" class="break-words">
<div v-if="item.user && item.user.badges">
<img
Expand Down

0 comments on commit 26ac857

Please sign in to comment.