From f81065314aaa5c210a4245e65469906b277c363e Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sun, 5 Jan 2025 17:09:28 -0500 Subject: Stylize channel badges --- ui/lib/components/Channel.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/lib/components') 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 @@
  • {#if hasUnreads} - + {:else} - + {/if} {name}
  • -- cgit v1.2.3