MCPcopy
hub / github.com/Nutlope/self.so / SocialButtonProps

Interface SocialButtonProps

components/resume/Header.tsx:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { useMemo } from 'react';
13
14interface SocialButtonProps {
15 href: string;
16 icon: React.ElementType;
17 label: string;
18}
19
20function SocialButton({ href, icon: Icon, label }: SocialButtonProps) {
21 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected