Skip to content

Commit

Permalink
fix: temp - revert fix of replacing div with button
Browse files Browse the repository at this point in the history
  • Loading branch information
FatumaA committed Oct 22, 2024
1 parent ed424c1 commit a3e865e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/organisms/DevCardWall/dev-card-wall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export default function DevCardWall({ isLoading = false, usernames, initialCardI
});

return (
<button
<div
className="grid relative"
ref={outsideClickRef}
onClick={() => {
Expand Down Expand Up @@ -320,6 +320,6 @@ export default function DevCardWall({ isLoading = false, usernames, initialCardI
...nextButtonSpringStyle,
}}
></animated.button>
</button>
</div>
);
}

0 comments on commit a3e865e

Please sign in to comment.