Skip to content

Commit e28daf9

Browse files
Add docs to footer
1 parent 3456a84 commit e28daf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export function Footer() {
66
<footer className="w-full mt-auto py-4 flex flex-row justify-center items-center gap-4">
77
<Link href="https://sourcebot.dev" className="text-gray-400 text-sm hover:underline">About</Link>
88
<Separator orientation="vertical" className="h-4" />
9+
<Link href="https://docs.sourcebot.dev" className="text-gray-400 text-sm hover:underline">Docs</Link>
10+
<Separator orientation="vertical" className="h-4" />
911
<Link href="https://sourcebot.dev/terms" className="text-gray-400 text-sm hover:underline">Terms</Link>
1012
<Separator orientation="vertical" className="h-4" />
1113
<Link href="https://sourcebot.dev/security" className="text-gray-400 text-sm hover:underline">Security</Link>

0 commit comments

Comments
 (0)