freeCodeCamp/config/misc.ts
Tom 17c9d98159
chore(client): add warning codeally is down, remove new/beta from superblock titles (#50172)
* feat: remove new and beta from superblocks

* feat: add codeally down warning
2023-04-25 13:53:41 -07:00

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;