mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-26 12:03:36 -05:00
* fix: anchor the tool panel buttons at the bottom --------- Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com> Co-authored-by: Sboonny <muhammed@freecodecamp.org>
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;
|