({ brandColor, fontColor, href }: Props)
| 8 | } |
| 9 | |
| 10 | export default function JoinSlack({ brandColor, fontColor, href }: Props) { |
| 11 | return ( |
| 12 | <Link brandColor={brandColor} fontColor={fontColor} href={href}> |
| 13 | Join Slack |
| 14 | </Link> |
| 15 | ); |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected