diff --git a/app/components/welcome/contents/CreateAccountContent.tsx b/app/components/welcome/contents/CreateAccountContent.tsx index 5d0f6afa..33d0f813 100644 --- a/app/components/welcome/contents/CreateAccountContent.tsx +++ b/app/components/welcome/contents/CreateAccountContent.tsx @@ -365,7 +365,7 @@ export default function CreateAccountContent() { className="h-10 flex-1 basis-1/2 justify-center rounded border border-black text-base font-medium text-black" > diff --git a/lib/constants/external-links.ts b/lib/constants/external-links.ts index d2424e87..4b8bf241 100644 --- a/lib/constants/external-links.ts +++ b/lib/constants/external-links.ts @@ -5,4 +5,6 @@ export const EXTERNAL_LINKS = { GITHUB: 'https://github.com/heyito/ito', WEBSITE: 'https://www.heyito.ai/', PRIVACY_POLICY: 'https://www.heyito.ai/privacy', + SELF_HOSTED_DOCS: + 'https://ito.ai/post/how-to-set-up-your-local-ito-ai-server-on-macos-8nxz5', } as const