diff options
Diffstat (limited to 'ui/lib/components')
| -rw-r--r-- | ui/lib/components/Channel.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/lib/components/Channel.svelte b/ui/lib/components/Channel.svelte index dc019a0..2fc3249 100644 --- a/ui/lib/components/Channel.svelte +++ b/ui/lib/components/Channel.svelte @@ -5,9 +5,9 @@ <a href="/ch/{id}"> <li class:active={active}> {#if hasUnreads} - <span>❦</span> + <span class="badge has-unreads">❦</span> {:else} - <span>¶</span> + <span class="badge has-no-unreads">¶</span> {/if} <span>{name}</span> </li> |
