Browse Source

Removes imaginary brands from documentation

Julien Deswaef 5 years ago
parent
commit
d790025074
2 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 2 2
      src/doc/_includes/accessibility/accessibility-manual.html

+ 1 - 1
README.md

@@ -90,7 +90,7 @@ Or serve it on a local server on http://localhost:7998:
 
 
 <!--- reference links for badges -->
-[all-contrib]: https://img.shields.io/badge/all_contributors-123-orange.svg?style=flat-square "All Contributors badge"
+[all-contrib]: https://img.shields.io/badge/all_contributors-124-orange.svg?style=flat-square "All Contributors badge"
 [build-status-badge]: https://travis-ci.org/ForkAwesome/Fork-Awesome.svg?branch=master "Build status badge"
 [build-status-link]: https://travis-ci.org/ForkAwesome/Fork-Awesome
 [cdnjs-badge]: https://img.shields.io/cdnjs/v/fork-awesome.svg?style=flat-square "CDNJS badge"

+ 2 - 2
src/doc/_includes/accessibility/accessibility-manual.html

@@ -20,8 +20,8 @@
   <div class="margin-bottom-lg">
 {% highlight html %}
 <h1 class="logo">
-  <i class="fa fa-pied-piper" aria-hidden="true"></i>
-  Pied Piper, A Middle-Out Compression Solution Making Data Storage Problems Smaller
+  <i class="fa fa-fork-awesome" aria-hidden="true"></i>
+  Fork Awesome, a fork of the iconic font and CSS toolkit
 </h1>
 {% endhighlight %}
 <small class="text-muted">an icon being used as a logo</small>