Skip to content
Snippets Groups Projects
Unverified Commit 43e54a19 authored by Sean Hatfield's avatar Sean Hatfield Committed by GitHub
Browse files

[FEAT] Workspace settings gear icon UX improvement (#1254)

take user back to workspace chat from gear icon
parent b69bf7cc
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment