mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
7 lines
273 B
TypeScript
7 lines
273 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;
|
|
export const CODEALLY_DOWN = false;
|