muthuk1's picture
Convert OpenMAIC from Next.js to React (Vite)
f56a29b verified
/** 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';