We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17563db commit 19249e0Copy full SHA for 19249e0
src/learning-header/LearningHeader.jsx
@@ -45,7 +45,6 @@ const LearningHeader = ({
45
<div className="container-xl d-flex align-items-center">
46
{headerLogo}
47
<div className="flex-grow-1 course-title-lockup" style={{ lineHeight: 1 }}>
48
- <span className="d-block small m-0">{courseOrg} {courseNumber}</span>
49
<span className="d-block m-0 font-weight-bold course-title">{courseTitle}</span>
50
</div>
51
{showUserDropdown && authenticatedUser && (
0 commit comments