From cde4b107943a14350062fa72355be5eb77cd2d05 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 14 Oct 2024 18:00:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F(frontend)=20update=20icon=20?= =?UTF-8?q?for=20feedback=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This new names feels clearer that 'feedback' is an option for users to express themselves. --- .../livekit/components/controls/Options/OptionsMenuItems.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/features/rooms/livekit/components/controls/Options/OptionsMenuItems.tsx b/src/frontend/src/features/rooms/livekit/components/controls/Options/OptionsMenuItems.tsx index bbb2ba3a..d84e4cb6 100644 --- a/src/frontend/src/features/rooms/livekit/components/controls/Options/OptionsMenuItems.tsx +++ b/src/frontend/src/features/rooms/livekit/components/controls/Options/OptionsMenuItems.tsx @@ -1,7 +1,7 @@ import { menuItemRecipe } from '@/primitives/menuItemRecipe' import { RiAccountBoxLine, - RiFeedbackLine, + RiMegaphoneLine, RiSettings3Line, } from '@remixicon/react' import { MenuItem, Menu as RACMenu, Section } from 'react-aria-components' @@ -42,7 +42,7 @@ export const OptionsMenuItems = ({ target="_blank" className={menuItemRecipe({ icon: true })} > - + {t('feedbacks')}