diff options
Diffstat (limited to 'ui/routes/(app)/+page.svelte')
| -rw-r--r-- | ui/routes/(app)/+page.svelte | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/routes/(app)/+page.svelte b/ui/routes/(app)/+page.svelte index e15bca8..007c5c6 100644 --- a/ui/routes/(app)/+page.svelte +++ b/ui/routes/(app)/+page.svelte @@ -1,5 +1,3 @@ <div class="no-active-channel"> - <span class="vertical-aligner"> - Please select or create a channel. - </span> + <span class="vertical-aligner"> Please select or create a channel. </span> </div> |
