Skip to content

Commit 1c79364

Browse files
amcintoshminyoongi96
authored andcommitted
Fix keybase class (mmistakes#3221)
* Fix keybase class * Fix fas->fab
1 parent baea09b commit 1c79364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/author-profile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h3 class="author__name p-name" itemprop="name">
5959
{% if author.keybase %}
6060
<li>
6161
<a href="https://keybase.io/{{ author.keybase }}" itemprop="sameAs" rel="nofollow noopener noreferrer me">
62-
<i class="fas fa-fw fa-key" aria-hidden="true"></i><span class="label">Keybase</span>
62+
<i class="fab fa-fw fa-keybase" aria-hidden="true"></i><span class="label">Keybase</span>
6363
</a>
6464
</li>
6565
{% endif %}

0 commit comments

Comments
 (0)