From a61d3723c40d5ff0f8ea944441aed1d4290156b4 Mon Sep 17 00:00:00 2001 From: Drew Harris Date: Fri, 30 Aug 2024 14:53:19 -0500 Subject: [PATCH] fix: remove cutoff popover and use title tag --- frontends/chat/src/components/ScoreChunk.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontends/chat/src/components/ScoreChunk.tsx b/frontends/chat/src/components/ScoreChunk.tsx index 690fe9ceea..7a4861291f 100644 --- a/frontends/chat/src/components/ScoreChunk.tsx +++ b/frontends/chat/src/components/ScoreChunk.tsx @@ -9,7 +9,6 @@ import { } from "../utils/apiTypes"; import { BiRegularChevronDown, BiRegularChevronUp } from "solid-icons/bi"; import sanitizeHtml from "sanitize-html"; -import { Tooltip } from "shared/ui"; import { AiOutlineCopy } from "solid-icons/ai"; import { FiCheck, FiExternalLink, FiGlobe } from "solid-icons/fi"; @@ -105,10 +104,9 @@ const ScoreChunk = (props: ScoreChunkProps) => { >
- } - tooltipText="Publicly visible" - /> +
+ +
Doc: {props.counter}