mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-17 16:25:57 +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
|
{isPreferenceVisible && (
|
||||||
italic
|
<Typography.Paragraph
|
||||||
style={{
|
italic
|
||||||
color: '#D89614',
|
style={{
|
||||||
marginTop: '0.50rem',
|
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
|
This will create an admin account. If you are not an admin, please ask
|
||||||
</Typography.Paragraph>
|
your admin for an invite link
|
||||||
|
</Typography.Paragraph>
|
||||||
|
)}
|
||||||
|
|
||||||
<ButtonContainer>
|
<ButtonContainer>
|
||||||
<Button
|
<Button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user