()
| 6 | } from '@react-email/components'; |
| 7 | |
| 8 | export 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 | blazingly fast code search. |
| 17 | </Text> |
| 18 | </Section> |
| 19 | ) |
| 20 | } |
nothing calls this directly
no outgoing calls
no test coverage detected