Browse Source

modify tag to span from label

Yuki Takei 1 year ago
parent
commit
4659105d68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/client/components/InstallerForm.tsx

+ 1 - 1
apps/app/src/client/components/InstallerForm.tsx

@@ -251,7 +251,7 @@ const InstallerForm = memo((props: Props): JSX.Element => {
                   <span className="material-symbols-outlined">person_add</span>
                   <span className="material-symbols-outlined">person_add</span>
                 )}
                 )}
               </span>
               </span>
-              <label className="flex-grow-1">{ t('Create') }</label>
+              <span className="flex-grow-1">{ t('Create') }</span>
             </button>
             </button>
           </div>
           </div>