Skip to content

Commit

Permalink
fix(scaffold-navigation): fix spinner class
Browse files Browse the repository at this point in the history
fix also the wrong spinner class
  • Loading branch information
zewa666 authored and 3cp committed Apr 17, 2020
1 parent fa63b0a commit 98c0270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/scaffold-navigation/src/nav-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ul class="navbar-nav">
<li class="nav-item" if.bind="router.isNavigating & debounce">
<i class="far fa-circle-notch fa-spin text-white fa-2x"></i>
<i class="fas fa-circle-notch fa-spin text-white fa-2x"></i>
</li>
</ul>
</div>
Expand Down

0 comments on commit 98c0270

Please sign in to comment.