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

Function Socials

apps/baseai.dev/src/components/Footer.tsx:80–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80function Socials() {
81 return (
82 <>
83 <Link
84 className="hidden md:block"
85 href={'https://x.com/langbaseinc'}
86 target="_blank"
87 rel="noopener noreferrer"
88 >
89 <TwitterIcon className="size-4 text-black/35 dark:text-white/35" />
90 </Link>
91 <Link
92 className="hidden md:block"
93 href={'https://langbase.com/discord'}
94 target="_blank"
95 rel="noopener noreferrer"
96 >
97 <DiscordIcon className="size-4 text-black/35 dark:text-white/35" />
98 </Link>
99 <Link
100 className="hidden md:block"
101 href={'https://github.com/LangbaseInc/'}
102 target="_blank"
103 rel="noopener noreferrer"
104 >
105 <GitHubIcon className="size-4 text-black/35 dark:text-white/35" />
106 </Link>
107 </>
108 );
109}
110
111function SmallPrint() {
112 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected