Skip to content

Commit

Permalink
fix(scaffold-navigation): change to modern fas
Browse files Browse the repository at this point in the history
change to the more modern `fas` instead of the deprecated `fa`
  • Loading branch information
zewa666 authored and 3cp committed Apr 17, 2020
1 parent 03d509e commit b8480a4
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="fa fa-home"></i>
<i class="fas fa-home"></i>
<span>${router.title}</span>
</a>

Expand Down

0 comments on commit b8480a4

Please sign in to comment.