Skip to content

Commit 328a657

Browse files
Update sales-person-list-bootstrap.component.html
Update table-dark to support Bootstrap 5
1 parent 82d441c commit 328a657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bonus-content/angular-crash-course/02-ngIf-highlight-entire-row/code/sales-person-list-bootstrap.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<table class="table">
22

3-
<thead class="thead-dark">
3+
<thead class="table-dark">
44
<tr>
55
<th>First Name</th>
66
<th>Last Name</th>
@@ -25,4 +25,4 @@
2525

2626
</tbody>
2727

28-
</table>
28+
</table>

0 commit comments

Comments
 (0)