constants.ts 253 B

1234
  1. /** Shared avatar fallback constants for the Roundtable component family */
  2. export const DEFAULT_TEACHER_AVATAR = '/avatars/teacher.png';
  3. export const DEFAULT_STUDENT_AVATAR = '/avatars/user.png';
  4. export const DEFAULT_USER_AVATAR = '/avatars/user.png';