We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cadf68 commit 477f429Copy full SHA for 477f429
1 file changed
frontend/components/listings/detail/ListingDetail.tsx
@@ -86,7 +86,6 @@ export const ListingDetail = ({ listing, initialFavorites }: Props) => {
86
<Share className="h-5 w-5" />
87
<button
88
type="button"
89
- className="cursor-pointer"
90
onClick={handleToggleFavorite}
91
aria-pressed={isInsideFavorites}
92
aria-label={isInsideFavorites ? "Remove from favorites" : "Add to favorites"}
0 commit comments