File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/web/src/app/components Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments