mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 21:38:44 +08:00
fix: change the right brand name
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ export const WorkspaceSelector = () => {
|
|||||||
{currentWorkspace?.meta.name ||
|
{currentWorkspace?.meta.name ||
|
||||||
(workspaceMeta?.type === WorkspaceType.Private && user
|
(workspaceMeta?.type === WorkspaceType.Private && user
|
||||||
? user.name
|
? user.name
|
||||||
: 'AFFINE')}
|
: 'AFFiNE')}
|
||||||
</WorkspaceName>
|
</WorkspaceName>
|
||||||
</SelectorWrapper>
|
</SelectorWrapper>
|
||||||
</Popper>
|
</Popper>
|
||||||
|
|||||||
Reference in New Issue
Block a user