Skip to content

Commit

Permalink
Fix: updated verbiage and UI for create channel
Browse files Browse the repository at this point in the history
  • Loading branch information
gagansuie committed Feb 8, 2023
1 parent 4b226e0 commit 8223b4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/components/Browse/CreateChannelDrawer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
Create a new channel
</p>
<div class="flex flex-col p-3">
<p class="text-xs">
When you create a channel, you may allow viewer's to observe your desktop as you host
your channel
<p class="text-s">
When you create a channel, you may share your screen, webcam, and chat with the
community
</p>
<p class="text-lg font-semibold mt-10">
<p class="text-lg font-semibold mt-10">
Please hide all sensitive data before going live.
</p>

Expand Down Expand Up @@ -121,7 +121,7 @@
name="description"
required
class="textarea textarea-primary mt-5 text-base w-full h-28" />
<p class="text-base text-gray-500 mt-5">Suggested Tags</p>
<p class="text-base text-gray-500 mt-5 mb-2">Suggested Tags</p>
<div class="flex flex-wrap">
{#if $tags && $tags.length > 0}
{#each $tags as tag}
Expand Down

0 comments on commit 8223b4b

Please sign in to comment.