Skip to content

Commit 477f429

Browse files
committed
Revert "Add pointer cursor to favorites button"
This reverts commit dbe6d5b.
1 parent 5cadf68 commit 477f429

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/components/listings/detail/ListingDetail.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export const ListingDetail = ({ listing, initialFavorites }: Props) => {
8686
<Share className="h-5 w-5" />
8787
<button
8888
type="button"
89-
className="cursor-pointer"
9089
onClick={handleToggleFavorite}
9190
aria-pressed={isInsideFavorites}
9291
aria-label={isInsideFavorites ? "Remove from favorites" : "Add to favorites"}

0 commit comments

Comments
 (0)