From 68792d80194dde8f98cf468a39088e43750ef571 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 27 Sep 2024 14:29:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F(frontend)=20fix=20typo=20in?= =?UTF-8?q?=20active=20speaker=20keyframe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found a typo and fixed it. --- src/frontend/panda.config.ts | 2 +- src/frontend/src/features/rooms/components/ActiveSpeaker.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', }, }, },