mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: removed email span from invite member page (#956)
This commit is contained in:
parent
3175ce9136
commit
bb40b7feb5
@ -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">
|
<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>
|
<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 ">
|
<div className="flex flex-col items-start justify-center gap-2.5 ">
|
||||||
<span>Email</span>
|
|
||||||
<div className="w-full">
|
<div className="w-full">
|
||||||
<MultiInput
|
<MultiInput
|
||||||
name="emails"
|
name="emails"
|
||||||
|
Loading…
Reference in New Issue
Block a user