This commit is contained in:
Kenneth Jannette
2024-03-23 04:54:32 -05:00
parent 3255dd1bc3
commit 80969f9e2d
2 changed files with 11 additions and 6 deletions

View File

@@ -193,12 +193,13 @@ const Dashboard = () => {
step-by-step user guide by clicking "How-to" in the navigation step-by-step user guide by clicking "How-to" in the navigation
bar. bar.
</div> </div>
<div className="dash-promo-first-text"> <div className="dash-promo-first-text inline-text">
Your user name for login is:{" "} Your login is{" "}
<span className="user-name-span">{group.email}</span>. Your {`username: ${group.email} - with a temporary password: ${group.tpe}.`}
temporary password is{" "} <div className="user-name-span">
<span className="user-name-span">{group.tpe}</span>. You You should change your password now{" "}
should change it now, by clicking here. <Link to="/cases">by clicking here.</Link>
</div>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -40,6 +40,10 @@
margin-left: 16px; margin-left: 16px;
width: 680px; width: 680px;
color: #3b3b3b; color: #3b3b3b;
&.inline-text {
display: flex;
flex-wrap: wrap;
}
} }
.dash-heading-text { .dash-heading-text {