From 8223b4bc49def7d98ad47416b457c8c2124903d3 Mon Sep 17 00:00:00 2001 From: Gagan Suie Date: Tue, 7 Feb 2023 20:40:28 -0600 Subject: [PATCH] Fix: updated verbiage and UI for create channel --- src/lib/components/Browse/CreateChannelDrawer.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/components/Browse/CreateChannelDrawer.svelte b/src/lib/components/Browse/CreateChannelDrawer.svelte index aa219e4d..537bbc4f 100644 --- a/src/lib/components/Browse/CreateChannelDrawer.svelte +++ b/src/lib/components/Browse/CreateChannelDrawer.svelte @@ -83,11 +83,11 @@ Create a new channel

-

- When you create a channel, you may allow viewer's to observe your desktop as you host - your channel +

+ When you create a channel, you may share your screen, webcam, and chat with the + community

-

+

Please hide all sensitive data before going live.

@@ -121,7 +121,7 @@ name="description" required class="textarea textarea-primary mt-5 text-base w-full h-28" /> -

Suggested Tags

+

Suggested Tags

{#if $tags && $tags.length > 0} {#each $tags as tag}