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'),
       },