7c65540366
Memind CI / Test, build, and release guards (push) Failing after 3m8s
Centralize the display name so nav, login, and page chrome stay consistent ahead of the 103 release. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
248 B
TypeScript
6 lines
248 B
TypeScript
/** User-facing product name shown in nav, login, and page chrome. */
|
|
export const APP_DISPLAY_NAME = 'Memind';
|
|
|
|
/** Branded tagline suffix used on welcome and marketing surfaces. */
|
|
export const APP_DISPLAY_TAGLINE = `${APP_DISPLAY_NAME} 智趣`;
|