Skip to content

Commit

Permalink
fix: update cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorien Grönwald committed Jun 7, 2024
1 parent 68545e1 commit ddb41d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsx/components/IntroductionCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface IntroductionCardProps {

const IntroductionCard: React.FC<IntroductionCardProps> = ({ label, icon, description }) => {
return (
<div className="h-full cursor-pointer bg-white shadow-md rounded-2xl p-6 border border-grey-100">
<div className="h-full cursor-pointer bg-white shadow-md rounded-2xl p-6 border border-grey-100 xl:cursor-default">
<figure className="bg-green-light-900/25 w-12 h-12 rounded-full flex items-center justify-center">
<img
src={icon}
Expand Down

0 comments on commit ddb41d7

Please sign in to comment.