Skip to content

Commit 962ba36

Browse files
authored
Fix dropdown divider in header
Renamed .divider to .dropdown-divider. see https://getbootstrap.com/docs/4.0/migration/#dropdowns
1 parent 7210f05 commit 962ba36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pug/partials/header.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ header.app-header.navbar
6363
i.fa.fa-file
6464
| Projects
6565
span.badge.badge-primary 42
66-
.divider
66+
.dropdown-divider
6767
a.dropdown-item(href="#")
6868
i.fa.fa-shield
6969
| Lock Account

0 commit comments

Comments
 (0)