add cursor pointer

This commit is contained in:
john 2025-08-01 20:58:06 +01:00
parent cfae831b64
commit aded5a3674

View file

@ -99,7 +99,7 @@ function PostReactionButton({ emoji, didReact, onClick, count }: PostReactionBut
<button
key={emoji}
onClick={onClick}
className={`flex items-center px-2 py-1 rounded-full border ${
className={`flex items-center px-2 py-1 rounded-full border cursor-pointer ${
didReact ? 'bg-gray-100 border-gray-400' : 'bg-white border-gray-200'
} hover:bg-gray-100 transition-colors`}
>