Browse Source

Fixed the overlooked issue

satof3 2 năm trước cách đây
mục cha
commit
f5681e4247

+ 1 - 1
apps/app/src/components/Me/PersonalSettings.jsx

@@ -20,7 +20,7 @@ const PersonalSettings = () => {
   const navTabMapping = useMemo(() => {
   const navTabMapping = useMemo(() => {
     return {
     return {
       user_infomation: {
       user_infomation: {
-        Icon: () => <span className="material-symbols-outlined fs-5 me-1">person</span>,
+        Icon: () => <span className="material-symbols-outlined">person</span>,
         Content: UserSettings,
         Content: UserSettings,
         i18n: t('User Information'),
         i18n: t('User Information'),
       },
       },