Skip to content

Commit

Permalink
Minor tweaks to restricted login content
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Jan 29, 2025
1 parent af7c866 commit 904d499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/logins-restricted-to-lms.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const LoginsRestrictedToLMS = () => {
<div className="detail icon-offset">
<h2 className="unavailable-text">Login from your LMS</h2>
<span className="unavailable-subtext">You must access Materia from a course in your LMS.</span>
{ state.context && state.context != 'widget' ? <p>For additional help and support, visit our <a href="/help#students">support page</a>.</p> : '' }
</div>

{ state.context && state.context == 'widget' ? <EmbedFooter/> : '' }
Expand Down
2 changes: 1 addition & 1 deletion src/components/pre-embed-common-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ body {
.unavailable-subtext {
margin-bottom: 40px;
font-size: 0.8em;
font-size: 600;
font-weight: 700;
}
}

Expand Down

0 comments on commit 904d499

Please sign in to comment.