Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-07-15 17:29:49 +08:00
parent 451d7a10c9
commit 287397f6e1
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 5 additions and 1 deletions

View File

@ -288,10 +288,14 @@ const SearchResultCount: FC<{
hasKeyword && (
<Tooltip>
<TooltipTrigger asChild>
<small className="shrink-0 opacity-80">
<small className="center shrink-0 gap-1 opacity-80">
{count}
{" "}
{pluralize("result", count)}
{" "}
(Local mode)
<i className="i-mingcute-question-line" />
</small>
</TooltipTrigger>
<TooltipContent>