Skip to content

Commit

Permalink
feat: beta webinar update (#173)
Browse files Browse the repository at this point in the history
* feat: add back beta info on my events nav link

* fix: remove create webinar room option
  • Loading branch information
faiq-naufal authored Mar 13, 2024
1 parent 89c06d2 commit 302f0f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
13 changes: 0 additions & 13 deletions app/_features/home/create-room.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,6 @@ export default function CreateRoom() {
Personal or group meetings
</div>
</DropdownItem>
<DropdownItem
key="event"
classNames={{
wrapper: 'group',
}}
>
<div className="flex justify-between text-sm font-medium text-zinc-200">
<span className="inline-block">Webinar</span>
</div>
<div className="text-xs text-zinc-400 group-hover:text-zinc-200">
Host sessions with large audiences
</div>
</DropdownItem>
</DropdownMenu>
</Dropdown>
) : (
Expand Down
7 changes: 6 additions & 1 deletion app/_shared/components/header/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,12 @@ export default function Profile() {
</DropdownItem>
</DropdownSection>
<DropdownItem key="my-events" textValue="my-events">
My Events
<div className="flex justify-between text-sm font-medium text-zinc-200">
<span className="inline-block">My Events</span>
<div className="rounded-sm border-1 border-emerald-800 bg-emerald-950 px-2 py-[1px] text-[10px] font-medium leading-4 tracking-[0.275px] text-emerald-300">
Beta
</div>
</div>
</DropdownItem>
<DropdownItem key="signout" textValue="signout">
Sign Out
Expand Down

0 comments on commit 302f0f1

Please sign in to comment.