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,6 +311,7 @@ function SignUp({ version }: SignUpProps): JSX.Element {
</> </>
)} )}
{isPreferenceVisible && (
<Typography.Paragraph <Typography.Paragraph
italic italic
style={{ style={{
@ -321,6 +322,7 @@ function SignUp({ version }: SignUpProps): JSX.Element {
This will create an admin account. If you are not an admin, please ask This will create an admin account. If you are not an admin, please ask
your admin for an invite link your admin for an invite link
</Typography.Paragraph> </Typography.Paragraph>
)}
<ButtonContainer> <ButtonContainer>
<Button <Button