From 385038fb22c6551b9e6af82f82bac37fdbdc4bad Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Mon, 6 May 2024 02:19:39 +0530 Subject: [PATCH] chore: add tooltip to admin sidebar help-section. --- .../components/admin-sidebar/help-section.tsx | 66 +++++++++---------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/admin/components/admin-sidebar/help-section.tsx b/admin/components/admin-sidebar/help-section.tsx index 1903b20fc..606d1bd89 100644 --- a/admin/components/admin-sidebar/help-section.tsx +++ b/admin/components/admin-sidebar/help-section.tsx @@ -4,7 +4,7 @@ import { FC, useState, useRef } from "react"; import { Transition } from "@headlessui/react"; import Link from "next/link"; import { ExternalLink, FileText, HelpCircle, MoveLeft } from "lucide-react"; -import { DiscordIcon, GithubIcon } from "@plane/ui"; +import { DiscordIcon, GithubIcon, Tooltip } from "@plane/ui"; // hooks import { useTheme } from "@/hooks"; // assets @@ -45,39 +45,37 @@ export const HelpSection: FC = () => { }`} >
- - - {!isSidebarCollapsed && "Redirect to plane"} - - - - - + + + + {!isSidebarCollapsed && "Redirect to plane"} + + + + + + + +