Skip to content

Commit 5768bf3

Browse files
committed
Remove cursor-help for tooltip
1 parent a6cc1c8 commit 5768bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/admin/connector/[ccPairId]/IndexingAttemptsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function IndexingAttemptsTable({
8282
<TooltipProvider>
8383
<Tooltip>
8484
<TooltipTrigger asChild>
85-
<span className="cursor-help flex items-center">
85+
<span className="flex items-center">
8686
Total Docs
8787
<InfoIcon className="ml-1 w-4 h-4" />
8888
</span>

0 commit comments

Comments
 (0)