fix: some review changes

This commit is contained in:
Ramesh Mane
2026-03-28 07:09:11 +00:00
parent 438d13e4c5
commit 704cce9987
9 changed files with 67 additions and 68 deletions

View File

@@ -280,7 +280,7 @@ useEventListener(document, 'keydown', (e: KeyboardEvent) => {
class="nc-dock-logo nc-dock-logo-hover"
data-testid="nc-mini-sidebar-v2-logo"
:scale="getScale('logo')"
@click="navigateTo(`/${activeWorkspaceId}`)"
@click="navigateTo(`/${isEeUI ? activeWorkspaceId : 'nc'}`)"
>
<GeneralProjectIcon
class="!h-7 !w-7 nc-logo-icon"