5 lines
253 B
TypeScript
5 lines
253 B
TypeScript
/** Shared avatar fallback constants for the Roundtable component family */
|
|
export const DEFAULT_TEACHER_AVATAR = '/avatars/teacher.png';
|
|
export const DEFAULT_STUDENT_AVATAR = '/avatars/user.png';
|
|
export const DEFAULT_USER_AVATAR = '/avatars/user.png';
|