Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Commit 6214a00

Browse files
committed
fix(header): migrate .divider to .dropdown-divider - thanks @vanam #406
1 parent f209dc2 commit 6214a00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pug/partials/header.pug

+1-1
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

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<i class="fa fa-file"></i> Projects
119119
<span class="badge badge-primary">42</span>
120120
</a>
121-
<div class="divider"></div>
121+
<div class="dropdown-divider"></div>
122122
<a class="dropdown-item" href="#">
123123
<i class="fa fa-shield"></i> Lock Account</a>
124124
<a class="dropdown-item" href="#">

0 commit comments

Comments
 (0)