diff --git a/src/ui/pages/search.tsx b/src/ui/pages/search.tsx index 0758d6fd4..8b93244d1 100644 --- a/src/ui/pages/search.tsx +++ b/src/ui/pages/search.tsx @@ -34,7 +34,6 @@ import { const ResourceView = ({ children }: { children: React.ReactNode }) => { const className = cn( "my-2 px-2 flex items-center justify-between min-h-[48px]", - "cursor-pointer", "border border-gray-200 rounded-lg", "bg-white hover:bg-black-50", );