satof3 2 年之前
父節點
當前提交
96dfcbb8a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'),
       },