This commit is contained in:
Kenneth Jannette
2024-01-28 17:40:19 -06:00
parent 81c5b20985
commit a2e87de41a
2 changed files with 3 additions and 3 deletions

View File

@@ -513,7 +513,7 @@ const SignupPage = () => {
Add additional accounts
</h5>
<p className="signup-accounts-info">
Username(s) and access will be setup later
User profiles will be setup later
</p>
</div>
<div className="signup-select-wrapper">

View File

@@ -230,8 +230,8 @@
.signup-accounts-info {
font-weight: 300;
font-size: 0.93rem;
margin-top: 0px;
margin-left: 5px;
margin-left: auto;
margin-right: auto;
}
.signup-select-wrapper {