diff --git a/ui/components/beam/screen/BeamNewMeeting.tsx b/ui/components/beam/screen/BeamNewMeeting.tsx index bd5d9a4..52ff40b 100644 --- a/ui/components/beam/screen/BeamNewMeeting.tsx +++ b/ui/components/beam/screen/BeamNewMeeting.tsx @@ -13,6 +13,7 @@ import { Spacer, Stack, Text, + Tooltip, useDisclosure, useToast, VStack, @@ -89,7 +90,10 @@ const HeadlineStack = ({ hashtags }: Props) => { color="dark_black" > - Fill out the payment details and the Zoom Meeting details + Fill out the payment details and the Zoom Meeting ID and password. + + (Do not enter the Zoom meeting ID previously used with BeamFi) + Submit the form and get your unique Beam Meeting link @@ -127,7 +131,7 @@ const HeadlineStack = ({ hashtags }: Props) => { /> Learn More @@ -362,7 +366,7 @@ export const BeamNewMeeting = ({ setBgColor, setHashtags }) => { themeColor="black_5" trackColor="black_gray" > - {tokenName} Amount: + {tokenName} Amount )} @@ -381,7 +385,7 @@ export const BeamNewMeeting = ({ setBgColor, setHashtags }) => { } errorMesg={form.errors.recipient} > - Your Plug Wallet: + Your Plug Wallet )} @@ -391,7 +395,7 @@ export const BeamNewMeeting = ({ setBgColor, setHashtags }) => { w={{ base: "95%", md: "80%" }} spacing="12px" > - Duration: + Duration { } errorMesg={form.errors.meetingId} > - Zoom Meeting ID: + + + Zoom Meeting ID + + )} @@ -461,7 +474,7 @@ export const BeamNewMeeting = ({ setBgColor, setHashtags }) => { } errorMesg={form.errors.meetingPassword} > - Zoom Meeting Password: + Zoom Meeting Password )}