MCPcopy Create free account
hub / github.com/github/docs / PlainLink

Function PlainLink

components/release-notes/PlainLink.tsx:9–15  ·  view source on GitHub ↗
({ href, className, children }: PlainLinkProps)

Source from the content-addressed store, hash-verified

7}
8
9export function PlainLink({ href, className, children }: PlainLinkProps) {
10 return (
11 <a href={href} className={className}>
12 {children}
13 </a>
14 )
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected