diff --git a/components/forms/EmailPasswordForm.tsx b/components/forms/EmailPasswordForm.tsx index a73c8b0406c..b935b501dfb 100644 --- a/components/forms/EmailPasswordForm.tsx +++ b/components/forms/EmailPasswordForm.tsx @@ -87,7 +87,7 @@ const EmailPasswordForm = ({ onSuccess }: any) => {
{issue.name} diff --git a/components/project/memberInvitations.tsx b/components/project/memberInvitations.tsx index bfeaf73a6a3..95ac24a620e 100644 --- a/components/project/memberInvitations.tsx +++ b/components/project/memberInvitations.tsx @@ -63,7 +63,7 @@ const ProjectMemberInvitations = ({ type="checkbox" /> ) : null} - + {project.name} ({project.identifier}) @@ -72,7 +72,7 @@ const ProjectMemberInvitations = ({
- logged in as {user.first_name} -
+logged in as {user.first_name}
- + Click Here diff --git a/pages/signin.tsx b/pages/signin.tsx index aa97cae35b1..de59127fa3d 100644 --- a/pages/signin.tsx +++ b/pages/signin.tsx @@ -158,6 +158,7 @@ const SignIn: NextPage = () => { />