mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-25 09:02:09 -05:00
5 lines
200 B
TypeScript
5 lines
200 B
TypeScript
export const defaultUserImage = 'https://freecodecamp.com/sample-image.png';
|
|
export const MAX_MOBILE_WIDTH = 767;
|
|
export const SEARCH_EXPOSED_WIDTH = 980;
|
|
export const DONATE_NAV_EXPOSED_WIDTH = 600;
|