satof3 2 years ago
parent
commit
96dfcbb8a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/pages/installer.page.tsx

+ 1 - 1
apps/app/src/pages/installer.page.tsx

@@ -42,7 +42,7 @@ const InstallerPage: NextPage<Props> = (props: Props) => {
   const navTabMapping = useMemo(() => {
     return {
       user_infomation: {
-        Icon: () => <span className="material-symbols-outlined">person</span>,
+        Icon: () => <i className="icon-fw icon-user"></i>,
         Content: InstallerForm,
         i18n: t('installer.tab'),
       },