mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 04:45:19 +00:00
change contact us footer in app to point to main contact form
This commit is contained in:
parent
27a1066e1a
commit
78b8916797
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
)
|
||||
}
|
||||
Loading…
Reference in a new issue