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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>