fix small typo on onboarding workspace page

fix .hash nav for mobile connection
This commit is contained in:
Timothy Carambat 2025-12-02 15:33:23 -08:00
parent 00e18887a8
commit ae2e3509f0
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ const TRANSLATIONS = {
},
},
common: {
"workspaces-name": "Workspaces Name",
"workspaces-name": "Workspace Name",
error: "error",
success: "success",
user: "User",

View File

@ -131,7 +131,7 @@ function FeatureItem({
isSelected ? "bg-white/10 light:bg-theme-bg-sidebar" : ""
}`}
onClick={() => {
if (feature?.href) window.location.hash = feature.href;
if (feature?.href) window.location = feature.href;
else handleClick?.(feature.key);
}}
>