File size: 253 Bytes
f56a29b | 1 2 3 4 5 | /** 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';
|