File tree 3 files changed +6
-2
lines changed
instructor/instructor_dashboard_2
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ h1.top-header {
19
19
padding-bottom : lh ();
20
20
}
21
21
22
+ h1 .instructor-dashboard-title {
23
+ border-bottom : none !important ;
24
+ }
25
+
22
26
.button-reset {
23
27
text-transform : none ;
24
28
letter-spacing : 0 ;
Original file line number Diff line number Diff line change 9
9
<% }) %>
10
10
</nav>
11
11
<% } %>
12
- <h2 class="hd hd-2 page-title"><%- title %></h2 >
12
+ <h1 class="hd hd-2 page-title"><%- title %></h1 >
13
13
<p class="page-description"><%- description %></p>
14
14
</div>
15
15
<div class="page-header-secondary"></div>
Original file line number Diff line number Diff line change 114
114
< div class ="instructor-dashboard-wrapper-2 ">
115
115
< main id ="main " aria-label ="Content " tabindex ="-1 ">
116
116
< section class ="instructor-dashboard-content-2 " id ="instructor-dashboard-content ">
117
- < h2 class ="hd hd-2 instructor-dashboard-title "> ${_("Instructor Dashboard")}</ h2 >
117
+ < h1 class ="hd hd-2 instructor-dashboard-title "> ${_("Instructor Dashboard")}</ h1 >
118
118
< div class ="wrap-instructor-info studio-view ">
119
119
%if studio_url:
120
120
< a class ="instructor-info-action " href ="${studio_url} "> ${_("View Course in Studio")}</ a >
You can’t perform that action at this time.
0 commit comments