MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / Socials

Function Socials

apps/baseai.dev/src/components/Header.tsx:93–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93function Socials() {
94 return (
95 <>
96 <Link
97 className="hidden md:block"
98 href={'https://x.com/langbaseinc'}
99 target="_blank"
100 rel="noopener noreferrer"
101 >
102 <TwitterIcon className="size-4 text-black/75 dark:text-white/75" />
103 </Link>
104 <Link
105 className="hidden md:block"
106 href={'https://langbase.com/discord'}
107 target="_blank"
108 rel="noopener noreferrer"
109 >
110 <DiscordIcon className="size-4 text-black/75 dark:text-white/75" />
111 </Link>
112 <Link
113 className="hidden md:block"
114 href={'https://github.com/LangbaseInc/baseai'}
115 target="_blank"
116 rel="noopener noreferrer"
117 >
118 <GitHubIcon className="size-4 text-black/75 dark:text-white/75" />
119 </Link>
120 </>
121 );
122}
123
124export const Header = forwardRef<
125 React.ElementRef<'div'>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected