diff --git a/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx b/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx index 20394f5f..a19ad063 100644 --- a/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx +++ b/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx @@ -123,8 +123,6 @@ export default function ActiveWorkspaces() { ? null : paths.workspace.chat(workspace.slug) } - data-tooltip-id="workspace-name" - data-tooltip-content={workspace.name} aria-current={isActive ? "page" : ""} className={` transition-all duration-[200ms] @@ -144,7 +142,11 @@ export default function ActiveWorkspaces() { weight="bold" /> -
+

+ + , document.body );