mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 18:16:15 +08:00
chore: change default Workspace name to "Demo Workspace" (#1054)
This commit is contained in:
+2
-2
@@ -28,12 +28,12 @@ export const WorkspaceSelector = () => {
|
||||
flexShrink: 0,
|
||||
}}
|
||||
size={32}
|
||||
name={currentWorkspace?.name ?? 'AFFiNE Test'}
|
||||
name={currentWorkspace?.name ?? 'Demo Workspace'}
|
||||
workspaceUnit={currentWorkspace}
|
||||
/>
|
||||
</div>
|
||||
<WorkspaceName data-testid="workspace-name">
|
||||
{currentWorkspace?.name ?? 'AFFiNE Test'}
|
||||
{currentWorkspace?.name ?? 'Demo Workspace'}
|
||||
</WorkspaceName>
|
||||
</SelectorWrapper>
|
||||
<WorkspaceModal
|
||||
|
||||
Reference in New Issue
Block a user