chore: invite text update (#955)

This commit is contained in:
Rhea Jain 2023-04-25 12:07:02 +05:30 committed by GitHub
parent cee9695a4a
commit 83ac1f4e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ export const InviteMembers: React.FC<Props> = ({ setStep, workspace }) => {
>
<div className="flex w-full max-w-xl flex-col gap-12">
<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 co-workers to your team</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 ">
<span>Email</span>
<div className="w-full">

View File

@ -156,7 +156,7 @@ export const CreateWorkspaceForm: React.FC<Props> = ({
</div>
<div className="flex flex-col items-start justify-center gap-2.5 border-t border-brand-base px-4 py-7">
<span>How large is your company</span>
<span>How large is your company?</span>
<div className="w-full">
<Controller
name="company_size"