mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
959d667aeb
* feat: expose donate nav button * feat: add the ignores * fix: adjust tests * feat: adjust nav button styles
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;
|