mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
Add docs to footer
This commit is contained in:
parent
3456a84d65
commit
e28daf9c77
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ export function Footer() {
|
|||
<footer className="w-full mt-auto py-4 flex flex-row justify-center items-center gap-4">
|
||||
<Link href="https://sourcebot.dev" className="text-gray-400 text-sm hover:underline">About</Link>
|
||||
<Separator orientation="vertical" className="h-4" />
|
||||
<Link href="https://docs.sourcebot.dev" className="text-gray-400 text-sm hover:underline">Docs</Link>
|
||||
<Separator orientation="vertical" className="h-4" />
|
||||
<Link href="https://sourcebot.dev/terms" className="text-gray-400 text-sm hover:underline">Terms</Link>
|
||||
<Separator orientation="vertical" className="h-4" />
|
||||
<Link href="https://sourcebot.dev/security" className="text-gray-400 text-sm hover:underline">Security</Link>
|
||||
|
|
|
|||
Loading…
Reference in a new issue