fix small typo on onboarding workspace page
fix .hash nav for mobile connection
This commit is contained in:
parent
00e18887a8
commit
ae2e3509f0
@ -58,7 +58,7 @@ const TRANSLATIONS = {
|
||||
},
|
||||
},
|
||||
common: {
|
||||
"workspaces-name": "Workspaces Name",
|
||||
"workspaces-name": "Workspace Name",
|
||||
error: "error",
|
||||
success: "success",
|
||||
user: "User",
|
||||
|
||||
@ -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);
|
||||
}}
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user