()
| 1 | export const HoverPulseButton = () => { |
| 2 | return ( |
| 3 | <button className="rounded-lg bg-red-500 px-6 py-2 font-semibold text-white no-underline group-hover:animate-hover-pulse"> |
| 4 | Hover Me |
| 5 | </button> |
| 6 | ) |
| 7 | } |
nothing calls this directly
no outgoing calls
no test coverage detected