Files
wehub-resource-sync c48612c494
CI / E2E Tests (push) Has been cancelled
CI / Lint, Typecheck & Unit Tests (push) Has been cancelled
Docs Build / Build docs site (push) Has been cancelled
Publish @openmaic packages / Build, validate & publish (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:03:23 +08:00

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';