()
| 3 | |
| 4 | const Button = (props) => { |
| 5 | function MyComponent() { |
| 6 | const IconComponent = props?.Icon; |
| 7 | return <IconComponent />; |
| 8 | } |
| 9 | return ( |
| 10 | <Link target="_blank" href={props.url}> |
| 11 | <button className="bg-[#194fbc] gap-2 flex items-center hover:bg-[#143f96] text-white font-bold py-2 px-4 rounded relative"> |
nothing calls this directly
no outgoing calls
no test coverage detected