feat(front): improve logo component (#8720)

This commit is contained in:
Antoine Moreaux
2024-11-27 19:26:45 +01:00
committed by GitHub
parent 3ad1113173
commit 2fab2266d5
3 changed files with 43 additions and 35 deletions

View File

@ -74,7 +74,7 @@ export const Invite = () => {
return (
<>
<AnimatedEaseIn>
<Logo workspaceLogo={workspaceFromInviteHash?.logo} />
<Logo secondaryLogo={workspaceFromInviteHash?.logo} />
</AnimatedEaseIn>
<Title animate>{title}</Title>
{isDefined(currentWorkspace) ? (