Skip to content

Commit 78b8916

Browse files
committed
change contact us footer in app to point to main contact form
1 parent 27a1066 commit 78b8916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/app/components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function Footer() {
1010
<Separator orientation="vertical" className="h-4" />
1111
<Link href="https://sourcebot.dev/security" className="text-gray-400 text-sm hover:underline">Security</Link>
1212
<Separator orientation="vertical" className="h-4" />
13-
<Link href="mailto:team@sourcebot.dev" className="text-gray-400 text-sm hover:underline">Contact Us</Link>
13+
<Link href="https://www.sourcebot.dev/contact" target="_blank" className="text-gray-400 text-sm hover:underline">Contact Us</Link>
1414
</footer>
1515
)
1616
}

0 commit comments

Comments
 (0)