MCPcopy
hub / github.com/TheOrcDev/8bitcn-ui / ProfileCardProps

Interface ProfileCardProps

components/profile-card.tsx:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18const WHITESPACE_REGEX = /\s+/;
19
20interface ProfileCardProps {
21 avatarUrl: string;
22 badgeTitle: string;
23 description: string;
24 isRetroAvatar: boolean;
25 name: string;
26 safeGithubUrl: string;
27 safeXUrl: string;
28}
29
30function getInitials(name: string) {
31 if (!name) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected