mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 01:56:27 +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 ||
|
||||
(workspaceMeta?.type === WorkspaceType.Private && user
|
||||
? user.name
|
||||
: 'AFFINE')}
|
||||
: 'AFFiNE')}
|
||||
</WorkspaceName>
|
||||
</SelectorWrapper>
|
||||
</Popper>
|
||||
|
||||
Reference in New Issue
Block a user