♻️(frontend) update icon for feedback option

This new names feels clearer that 'feedback' is an option for users
to express themselves.
This commit is contained in:
lebaudantoine
2024-10-14 18:00:56 +02:00
committed by aleb_the_flash
parent a47f1f92c4
commit cde4b10794

View File

@@ -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 })}
>
<RiFeedbackLine size={20} />
<RiMegaphoneLine size={20} />
{t('feedbacks')}
</MenuItem>
<MenuItem