From b48135c3b673d5cb3d451d5e9e2b9c1220c34036 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 31 Jan 2025 11:37:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8(frontend)=20replace=20effects=20ic?= =?UTF-8?q?ons=20in=20menu=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Align effects icon with the one from the newly refactored pre-join screen. This new icon is stylish. --- .../livekit/components/controls/Options/EffectsMenuItem.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/features/rooms/livekit/components/controls/Options/EffectsMenuItem.tsx b/src/frontend/src/features/rooms/livekit/components/controls/Options/EffectsMenuItem.tsx index 65bc98f5..98a2e7d3 100644 --- a/src/frontend/src/features/rooms/livekit/components/controls/Options/EffectsMenuItem.tsx +++ b/src/frontend/src/features/rooms/livekit/components/controls/Options/EffectsMenuItem.tsx @@ -1,4 +1,4 @@ -import { RiAccountBoxLine } from '@remixicon/react' +import { RiImageCircleAiFill } from '@remixicon/react' import { MenuItem } from 'react-aria-components' import { useTranslation } from 'react-i18next' import { menuRecipe } from '@/primitives/menuRecipe' @@ -13,7 +13,7 @@ export const EffectsMenuItem = () => { onAction={() => toggleEffects()} className={menuRecipe({ icon: true, variant: 'dark' }).item} > - + {t('effects')} )