diff --git a/src/frontend/panda.config.ts b/src/frontend/panda.config.ts index 1b8f9b27..b310c142 100644 --- a/src/frontend/panda.config.ts +++ b/src/frontend/panda.config.ts @@ -69,7 +69,7 @@ const config: Config = { '50%': { height: '6px' }, '100%': { height: '16px' }, }, - active_speake_small: { + active_speaker_small: { '0%': { height: '4px' }, '25%': { height: '6px' }, '50%': { height: '4px' }, diff --git a/src/frontend/src/features/rooms/components/ActiveSpeaker.tsx b/src/frontend/src/features/rooms/components/ActiveSpeaker.tsx index cf489d6d..95f3307d 100644 --- a/src/frontend/src/features/rooms/components/ActiveSpeaker.tsx +++ b/src/frontend/src/features/rooms/components/ActiveSpeaker.tsx @@ -36,7 +36,7 @@ const StyledChild = styled('div', { }, size: { small: { - animationName: 'active_speake_small', + animationName: 'active_speaker_small', }, }, },