chore: removed email span from invite member page (#956)

This commit is contained in:
Kunal Vishwakarma 2023-04-28 17:49:38 +05:30 committed by GitHub
parent 3175ce9136
commit bb40b7feb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,6 @@ export const InviteMembers: React.FC<Props> = ({ setStep, workspace }) => {
<div className="flex flex-col gap-6 rounded-[10px] bg-brand-surface-2 px-10 py-7 shadow-md">
<h2 className="text-2xl font-medium ">Invite your team to your workspace.</h2>
<div className="flex flex-col items-start justify-center gap-2.5 ">
<span>Email</span>
<div className="w-full">
<MultiInput
name="emails"