MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / SmallPrint

Function SmallPrint

src/components/Footer.tsx:92–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90}
91
92function SmallPrint() {
93 return (
94 <div className="flex flex-col items-center justify-between gap-5 border-t border-zinc-900/5 pt-8 sm:flex-row dark:border-white/5">
95 <p className="text-xs text-zinc-600 dark:text-zinc-400">
96 Building in public by{' '}
97 <Link
98 target="_blank"
99 href="https://twitter.com/justansub"
100 className="underline"
101 >
102 Ansub
103 </Link>
104 </p>
105 <div className="flex gap-4">
106 <SocialLink href="https://twitter.com/justansub" icon={XIcon}>
107 Follow me on X
108 </SocialLink>
109 <SocialLink href="http://github.com/ansub" icon={GitHubIcon}>
110 Follow me on GitHub
111 </SocialLink>
112 <SocialLink href="https://discord.gg/P8GXYyH3ZU" icon={DiscordIcon}>
113 Join the Discord
114 </SocialLink>
115 </div>
116 </div>
117 )
118}
119
120const FooterBanner = () => {
121 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected