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