Remove cursor-help for tooltip (#4643)

This commit is contained in:
Raunak Bhagat
2025-05-01 09:38:13 -07:00
committed by GitHub
parent 6436b60763
commit bd36b2ad6d

View File

@ -82,7 +82,7 @@ export function IndexingAttemptsTable({
<TooltipProvider>
<Tooltip>
<TooltipTrigger asChild>
<span className="cursor-help flex items-center">
<span className="flex items-center">
Total Docs
<InfoIcon className="ml-1 w-4 h-4" />
</span>