You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pug/views/base/breadcrumb.pug
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ block view
13
13
.card-header
14
14
strong Breadcrumb
15
15
.card-body
16
-
p.text-secondary.small
16
+
p.text-body-secondary.small
17
17
| The breadcrumb navigation provides links back to each previous page the user navigated through and shows the current ___location in a website or an application. You don’t have to add separators, because they automatically added in CSS through
Copy file name to clipboardExpand all lines: src/pug/views/base/list-group.pug
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ block view
14
14
strong List group
15
15
span.small.ms-1 Basic example
16
16
.card-body
17
-
p.text-secondary.small The default list group is an unordered list with items and the proper CSS classes. Build upon it with the options that follow, or with your CSS as required.
17
+
p.text-body-secondary.small The default list group is an unordered list with items and the proper CSS classes. Build upon it with the options that follow, or with your CSS as required.
0 commit comments