mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 07:56:05 +08:00
text is made optional (#1064)
This commit is contained in:
parent
fe53aa412b
commit
21d5e0b71c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user