update github icon at team page
This commit is contained in:
@@ -26,10 +26,19 @@
|
||||
:href="$page.person.linkedin"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="text-gray-400 hover:text-black"
|
||||
class="text-gray-400 hover:text-black mr-2"
|
||||
>
|
||||
<font-awesome :icon="['fab', 'linkedin']" />
|
||||
</a>
|
||||
<a
|
||||
v-if="$page.person.github"
|
||||
:href="$page.person.github"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="text-gray-400 hover:text-black"
|
||||
>
|
||||
<font-awesome :icon="['fab', 'github']" />
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
<p class="text-gray-700 text-xl" v-if="$page.person.bio">
|
||||
@@ -132,6 +141,7 @@
|
||||
bio
|
||||
excerpt
|
||||
linkedin
|
||||
github
|
||||
websites
|
||||
countries
|
||||
cities
|
||||
|
||||
Reference in New Issue
Block a user