summaryrefslogtreecommitdiff
path: root/ui/lib/components
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-07-01 15:30:44 -0400
committerOwen Jacobson <owen@grimoire.ca>2025-07-03 22:43:44 -0400
commit1cafeb5ec92c1dc4ad74fbed58b15a8ab2f3c0cf (patch)
tree0ecca3ed4133210286e9d11b2d2027136f09113a /ui/lib/components
parent8d412732dc094ead3c5cf86c005d187f9624fc65 (diff)
Move the `/ch` channel view to `/c` (for conversation).
Diffstat (limited to 'ui/lib/components')
-rw-r--r--ui/lib/components/Channel.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/lib/components/Channel.svelte b/ui/lib/components/Channel.svelte
index 4f908d2..9004e50 100644
--- a/ui/lib/components/Channel.svelte
+++ b/ui/lib/components/Channel.svelte
@@ -3,7 +3,7 @@
</script>
<li class:active>
- <a href="/ch/{id}">
+ <a href="/c/{id}">
{#if hasUnreads}
<span class="badge has-unreads">❦</span>
{:else}