Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/nodejs.org
/ Button
Function
Button
apps/site/components/Common/Button.tsx:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
import type { FC } from
'react'
;
7
8
const Button: FC<ButtonProps> = props => <BaseButton as={Link} {...props} />;
9
10
export default Button;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected