Yuki Takei 3 месяцев назад
Родитель
Сommit
eb7b1e7e94
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      apps/app/src/client/components/CompleteUserRegistrationForm.tsx

+ 1 - 3
apps/app/src/client/components/CompleteUserRegistrationForm.tsx

@@ -199,9 +199,7 @@ export const CompleteUserRegistrationForm: React.FC<Props> = (props: Props) => {
                 className="btn btn-secondary btn-register col-6 mx-auto d-flex"
                 className="btn btn-secondary btn-register col-6 mx-auto d-flex"
               >
               >
                 <span>
                 <span>
-                  <span className="material-symbols-outlined">
-                    person_add
-                  </span>
+                  <span className="material-symbols-outlined">person_add</span>
                 </span>
                 </span>
                 <span className="flex-grow-1">{t('Create')}</span>
                 <span className="flex-grow-1">{t('Create')}</span>
               </button>
               </button>