mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
- First-landing modal on the Company Brain home: book a 30-min setup call, or install Slack yourself. Dismissal stored in localStorage. - Setup call also reachable from a header icon, the user menu, and the onboarding research rail. - Drops the desktop Invite button from the header; invite stays in the stats row and mobile menu.
8 lines
183 B
TypeScript
8 lines
183 B
TypeScript
export const COMPANY_BRAIN_CAL_HREF =
|
|
"https://cal.com/team/supermemory/company-brain"
|
|
|
|
export type SetupCallSurface =
|
|
| "research_rail"
|
|
| "setup_modal"
|
|
| "header"
|
|
| "user_menu"
|