mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
5 lines
331 B
TypeScript
5 lines
331 B
TypeScript
export const DISCORD_INVITE_URL = 'https://discord.tinyhumans.ai';
|
|
export const BILLING_DASHBOARD_URL = 'https://tinyhumans.ai/dashboard';
|
|
export const PRIVACY_POLICY_URL = 'https://tinyhumans.gitbook.io/openhuman/legal/privacy-policy';
|
|
export const TERMS_OF_USE_URL = 'https://tinyhumans.gitbook.io/openhuman/legal/terms-of-use';
|