Browse Source

fix missing classname

satof3 2 years ago
parent
commit
c3d9e97422
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/components/InstallerForm.tsx

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

@@ -209,7 +209,7 @@ const InstallerForm = memo((): JSX.Element => {
             <button
             <button
               data-testid="btnSubmit"
               data-testid="btnSubmit"
               type="submit"
               type="submit"
-              className="btn-fill btn btn-register"
+              className="btn-fill btn register-btn"
               disabled={isLoading}
               disabled={isLoading}
             >
             >
               <span className="btn-label pe-0">
               <span className="btn-label pe-0">