We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a1066 commit 78b8916Copy full SHA for 78b8916
packages/web/src/app/components/footer.tsx
@@ -10,7 +10,7 @@ export function Footer() {
10
<Separator orientation="vertical" className="h-4" />
11
<Link href="https://sourcebot.dev/security" className="text-gray-400 text-sm hover:underline">Security</Link>
12
13
- <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>
14
</footer>
15
)
16
}
0 commit comments