Skip to content

Commit

Permalink
Nit unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMalfait committed Dec 19, 2024
1 parent 5a3a391 commit 0e55d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/twenty-front/src/pages/auth/SignInUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 />}
Expand Down

0 comments on commit 0e55d5b

Please sign in to comment.