MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / JoinSlack

Function JoinSlack

apps/web/ui/JoinButton/JoinSlack/index.tsx:10–16  ·  view source on GitHub ↗
({ brandColor, fontColor, href }: Props)

Source from the content-addressed store, hash-verified

8}
9
10export default function JoinSlack({ brandColor, fontColor, href }: Props) {
11 return (
12 <Link brandColor={brandColor} fontColor={fontColor} href={href}>
13 Join Slack
14 </Link>
15 );
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected