diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-13 17:34:46 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-13 17:34:46 -0500 |
| commit | 55c6b6788f670cd7b2c96f6e8ae7bb2378b86176 (patch) | |
| tree | b4ad6208a72cdb0b83c6ff89ff61de20539dc777 /ui/lib/components/Channel.svelte | |
| parent | 21c566479962cd7ecfa6dccd929b3069d0b201f9 (diff) | |
| parent | bdb7e677e2eaae1cc730915c79dd024c8acebdd3 (diff) | |
Merge branch 'main' into wip/fonts
Diffstat (limited to 'ui/lib/components/Channel.svelte')
| -rw-r--r-- | ui/lib/components/Channel.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/lib/components/Channel.svelte b/ui/lib/components/Channel.svelte index 2fc3249..c73340f 100644 --- a/ui/lib/components/Channel.svelte +++ b/ui/lib/components/Channel.svelte @@ -3,7 +3,7 @@ </script> <a href="/ch/{id}"> - <li class:active={active}> + <li class:active> {#if hasUnreads} <span class="badge has-unreads">❦</span> {:else} |
