diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-12-19 13:31:01 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-12-19 13:31:01 +0000 |
| commit | e842c5a7ac3f12af2fcd82eaa06914041647756e (patch) | |
| tree | f66a199b99e3270799dbf7e7425ae0851cd9274b /apps/landing/src/constants.ts | |
| parent | e78e51297ad0be88ed9543f96340c496be907a19 (diff) | |
| download | karakeep-e842c5a7ac3f12af2fcd82eaa06914041647756e.tar.zst | |
feat(landing): remove waitlist link. fixes #2270
Diffstat (limited to 'apps/landing/src/constants.ts')
| -rw-r--r-- | apps/landing/src/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/landing/src/constants.ts b/apps/landing/src/constants.ts index b75cecae..617b8f4b 100644 --- a/apps/landing/src/constants.ts +++ b/apps/landing/src/constants.ts @@ -1,4 +1,4 @@ export const GITHUB_LINK = "https://github.com/karakeep-app/karakeep"; export const DOCS_LINK = "https://docs.karakeep.app"; export const DEMO_LINK = "https://try.karakeep.app"; -export const WAITLIST_LINK = "https://tally.so/r/wo8zzx"; +export const CLOUD_SIGNUP_LINK = "https://cloud.karakeep.app/signup"; |
