switch feather for fontawesome

This commit is contained in:
Josh
2018-06-20 15:18:05 -04:00
parent e1eca134fc
commit 1c966663e0
15 changed files with 23 additions and 34 deletions

View File

@ -5,7 +5,7 @@
<h1 class="h2 mb-3">Oh no! Looks like something went wrong on our end.</h1>
<p class="h4 text-muted font-weight-normal mb-7">The error has been logged, we'll take a look!</p>
<a class="btn btn-primary" href="javascript:history.back()">
<i class="fe fe-arrow-left mr-2"></i>Go back
<i class="fas fa-arrow-left mr-2"></i>Go back
</a>
</div>
</div>

View File

@ -5,7 +5,7 @@
<h1 class="h2 mb-3">Whoops! Looks like we can't find that.</h1>
<p class="h4 text-muted font-weight-normal mb-7">Is it possible its been removed?</p>
<a class="btn btn-primary" href="javascript:history.back()">
<i class="fe fe-arrow-left mr-2"></i>Go back
<i class="fas fa-arrow-left mr-2"></i>Go back
</a>
</div>
</div>

View File

@ -5,7 +5,7 @@
<h1 class="h2 mb-3">Oops! Request is unprocessable.</h1>
<p class="h4 text-muted font-weight-normal mb-7">Unforunately this isn't a valid request.</p>
<a class="btn btn-primary" href="javascript:history.back()">
<i class="fe fe-arrow-left mr-2"></i>Go back
<i class="fas fa-arrow-left mr-2"></i>Go back
</a>
</div>
</div>