quivr/frontend/lib/config/CONSTANTS.ts
Matthieu Jacq 220a062340
feat: HomePage new footer (#1425)
# Description

Footer section

Epic: #1232 
US: #1422

## Screenshots (if appropriate):

<img width="1127" alt="image"
src="https://github.com/StanGirard/quivr/assets/67386567/b8d5410b-7f1d-49fe-b3e6-87dec5e18529">
2023-10-18 16:25:48 +02:00

6 lines
320 B
TypeScript

export const GITHUB_URL = "https://github.com/stangirard/quivr";
export const TWITTER_URL = "https://twitter.com/quivr_brain";
export const DISCORD_URL = "https://discord.gg/HUpRgp2HG8";
export const LINKEDIN_URL = "https://www.linkedin.com/company/getquivr";
export const DEFAULT_BACKEND_URL = "http://localhost:5050";