Skip to content

Commit

Permalink
fix(scaffold-navigation): wrong fontawesome class used
Browse files Browse the repository at this point in the history
fixed a wrong `far` instead of `fa` class used in the navbar component
  • Loading branch information
zewa666 authored and 3cp committed Apr 17, 2020
1 parent 8d99053 commit 03d509e
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
@@ -1,7 +1,7 @@
<template bindable="router">
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark" role="navigation">
<a class="navbar-brand" href="#">
<i class="far fa-home"></i>
<i class="fa fa-home"></i>
<span>${router.title}</span>
</a>

Expand Down

0 comments on commit 03d509e

Please sign in to comment.