change contact us footer in app to point to main contact form

This commit is contained in:
msukkari 2025-03-26 08:58:34 -07:00
parent 27a1066e1a
commit 78b8916797

View file

@ -10,7 +10,7 @@ export function Footer() {
<Separator orientation="vertical" className="h-4" />
<Link href="https://sourcebot.dev/security" className="text-gray-400 text-sm hover:underline">Security</Link>
<Separator orientation="vertical" className="h-4" />
<Link href="mailto:team@sourcebot.dev" className="text-gray-400 text-sm hover:underline">Contact Us</Link>
<Link href="https://www.sourcebot.dev/contact" target="_blank" className="text-gray-400 text-sm hover:underline">Contact Us</Link>
</footer>
)
}