Skip to content

Commit

Permalink
Fix keybase class (mmistakes#3221)
Browse files Browse the repository at this point in the history
* Fix keybase class

* Fix fas->fab
  • Loading branch information
amcintosh authored and chukycheese committed Sep 18, 2023
1 parent 86dcda2 commit 9e08047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h3 class="author__name p-name" itemprop="name">
{% if author.keybase %}
<li>
<a href="https://keybase.io/{{ author.keybase }}" itemprop="sameAs" rel="nofollow noopener noreferrer me">
<i class="fas fa-fw fa-key" aria-hidden="true"></i><span class="label">Keybase</span>
<i class="fab fa-fw fa-keybase" aria-hidden="true"></i><span class="label">Keybase</span>
</a>
</li>
{% endif %}
Expand Down

0 comments on commit 9e08047

Please sign in to comment.