mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-09 02:11:55 +03:00
Nit unrelated change
This commit is contained in:
parent
5a3a391456
commit
0e55d5bb0b
@ -74,7 +74,7 @@ export const SignInUp = () => {
|
||||
<Logo secondaryLogo={workspacePublicData?.logo} />
|
||||
</AnimatedEaseIn>
|
||||
<Title animate>
|
||||
{`Welcome to ${workspacePublicData?.displayName ?? DEFAULT_WORKSPACE_NAME}`}
|
||||
{`Welcome to ${workspacePublicData?.displayName || DEFAULT_WORKSPACE_NAME}`}
|
||||
</Title>
|
||||
{signInUpForm}
|
||||
{signInUpStep !== SignInUpStep.Password && <FooterNote />}
|
||||
|
Loading…
Reference in New Issue
Block a user