MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / EmailFooter

Function EmailFooter

packages/web/src/emails/emailFooter.tsx:8–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6} from '@react-email/components';
7
8export const EmailFooter = () => {
9 return (
10 <Section className="mt-[10px]">
11 <Hr className="border border-solid border-[#eaeaea] mx-0 w-full" />
12 <Text className="text-[#666666] text-[12px] leading-[24px]">
13 <Link href="https://sourcebot.dev" className="underline text-[#666666]" target="_blank">
14 Sourcebot.dev,
15 </Link>
16 &nbsp;blazingly fast code search.
17 </Text>
18 </Section>
19 )
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected