mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-10 17:00:11 +01:00
[FEAT] Workspace settings gear icon UX improvement (#1254)
take user back to workspace chat from gear icon
This commit is contained in:
parent
b69bf7cc27
commit
43e54a19dc
@ -150,9 +150,13 @@ export default function ActiveWorkspaces() {
|
||||
|
||||
<Link
|
||||
type="button"
|
||||
to={paths.workspace.settings.generalAppearance(
|
||||
workspace.slug
|
||||
)}
|
||||
to={
|
||||
isInWorkspaceSettings
|
||||
? paths.workspace.chat(workspace.slug)
|
||||
: paths.workspace.settings.generalAppearance(
|
||||
workspace.slug
|
||||
)
|
||||
}
|
||||
onMouseEnter={() => handleGearMouseEnter(workspace.id)}
|
||||
onMouseLeave={() => handleGearMouseLeave(workspace.id)}
|
||||
className="rounded-md flex items-center justify-center text-[#A7A8A9] hover:text-white ml-auto"
|
||||
|
Loading…
Reference in New Issue
Block a user