diff --git a/apps/web/core/components/comments/card/display.tsx b/apps/web/core/components/comments/card/display.tsx index ec4b0c97cf..18857f2dcd 100644 --- a/apps/web/core/components/comments/card/display.tsx +++ b/apps/web/core/components/comments/card/display.tsx @@ -9,6 +9,7 @@ import { useCallback, useEffect, useState } from "react"; import { observer } from "mobx-react"; import { usePathname } from "next/navigation"; // plane imports +import { Tooltip } from "@makeplane/propel/components/tooltip"; import type { EditorRefApi } from "@plane/editor"; import { useHashScroll } from "@plane/hooks"; import { GlobeIcon, LockIcon } from "@plane/propel/icons"; @@ -21,7 +22,7 @@ import { LiteTextEditor } from "@/components/editor/lite-text"; import { CommentReactions } from "../comment-reaction"; import { CommentCardEditForm } from "./edit-form"; import { EmojiReactionButton, EmojiReactionPicker } from "@plane/propel/emoji-reaction"; -import { Avatar, Tooltip } from "@plane/ui"; +import { Avatar } from "@plane/ui"; import { useMember } from "@/hooks/store/use-member"; export type TCommentCardDisplayProps = { @@ -123,8 +124,10 @@ export const CommentCardDisplay = observer(function CommentCardDisplay(props: TC
commented{" "} {calculateTimeAgo(comment.created_at)}