text is made optional (#1064)

This commit is contained in:
palash-signoz 2022-05-04 17:36:53 +05:30 committed by GitHub
parent fe53aa412b
commit 21d5e0b71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,16 +311,18 @@ function SignUp({ version }: SignUpProps): JSX.Element {
</>
)}
<Typography.Paragraph
italic
style={{
color: '#D89614',
marginTop: '0.50rem',
}}
>
This will create an admin account. If you are not an admin, please ask
your admin for an invite link
</Typography.Paragraph>
{isPreferenceVisible && (
<Typography.Paragraph
italic
style={{
color: '#D89614',
marginTop: '0.50rem',
}}
>
This will create an admin account. If you are not an admin, please ask
your admin for an invite link
</Typography.Paragraph>
)}
<ButtonContainer>
<Button