mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-17 07:00:57 -05:00
* feat(client): add codeally_down feature flag --------- Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
6 lines
237 B
TypeScript
6 lines
237 B
TypeScript
export const defaultUserImage = 'https://freecodecamp.com/sample-image.png';
|
|
export const MAX_MOBILE_WIDTH = 767;
|
|
export const TOOL_PANEL_HEIGHT = 37;
|
|
export const SEARCH_EXPOSED_WIDTH = 980;
|
|
export const DONATE_NAV_EXPOSED_WIDTH = 600;
|