From 25f1b55055ed62100597ee90787ae6a6ccd88a38 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 2 Nov 2024 22:01:03 -0400 Subject: Stop showing the text input area on the /me page --- ui/routes/(app)/ch/[channel]/+page.svelte | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ui/routes/(app)/ch') diff --git a/ui/routes/(app)/ch/[channel]/+page.svelte b/ui/routes/(app)/ch/[channel]/+page.svelte index 74ad28b..2c1b40a 100644 --- a/ui/routes/(app)/ch/[channel]/+page.svelte +++ b/ui/routes/(app)/ch/[channel]/+page.svelte @@ -1,6 +1,7 @@ @@ -8,3 +9,15 @@
+
+ +
+ + -- cgit v1.2.3