File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h3 class="author__name">{{ author.name }}</h3>
28
28
< li class ="author__desktop "> < i class ="fa-solid fa-location-dot icon-pad-right " aria-hidden ="true "> </ i > {{ author.location }}</ li >
29
29
{% endif %}
30
30
{% if author.employer %}
31
- < li class ="author__desktop "> < i class ="fa fa-solid fa-building-columns icon-pad-right " aria-hidden ="true "> </ i > {{ author.employer }}</ li >
31
+ < li class ="author__desktop "> < i class ="fas fa-fw fa-building-columns icon-pad-right " aria-hidden ="true "> </ i > {{ author.employer }}</ li >
32
32
{% endif %}
33
33
{% if author.uri %}
34
34
< li > < a href ="{{ author.uri }} "> < i class ="fas fa-fw fa-link icon-pad-right " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].website_label | default: "Website" }}</ a > </ li >
You can’t perform that action at this time.
0 commit comments