Skip to content

Commit

Permalink
Fix "because we ❤️ documentation" FA icon (#276)
Browse files Browse the repository at this point in the history
* Fix pages/company heart icon

* Hide icon from aria

* Update branding link
  • Loading branch information
janbrasna authored Mar 26, 2024
1 parent c9360b6 commit bfe2379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/pages/company.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h3 class="ui header">Our blog</h3>
<div class="ui segment basic">
<h3 class="ui header">Our docs</h3>
<p>
The docs is where you'll find in-depth documentation about Read the Docs. From <i>"How to"</i> style guides to common usages, troubleshooting and advanced knowledge on how to work with our application, you'll find it all and probably more — <i>because we</i> <small><i class="ui icon heart"></i></small> <i>documentation</i> — in <a href="https://docs.readthedocs.io/">our docs</a>.
The docs is where you'll find in-depth documentation about Read the Docs. From <i>"How to"</i> style guides to common usages, troubleshooting and advanced knowledge on how to work with our application, you'll find it all and probably more — <i>because we</i> <small><i class="fas fa-heart red icon" aria-hidden="true"></i></small> <i>documentation</i> — in <a href="https://docs.readthedocs.io/">our docs</a>.
</p>
</div>
</div>
Expand Down Expand Up @@ -226,7 +226,7 @@ <h1 class="ui header massive center aligned">
<div class="ui basic vertical segment center aligned">
<p>
Want to display our logo in your project?<br>
Download our brand assets and learn how to use them in our <a href="https://read-the-docs-guidelines.readthedocs-hosted.com/branding.html">brand guidelines</a>
Download our brand assets and learn how to use them in our <a href="https://brand-guidelines.readthedocs.org/branding.html">brand guidelines</a>
</p>
</div>

Expand Down

0 comments on commit bfe2379

Please sign in to comment.