We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd4d3fc + f420fe4 commit 0442331Copy full SHA for 0442331
packages/frontendmu-nuxt/pages/team.vue
@@ -64,7 +64,7 @@
64
</div>
65
</NuxtLink>
66
<a v-if="person?.github_account" :href="`https://github.com/${person?.github_account}`" target="_blank"
67
- class="flex justify-center gap-2 items-center dark:text-verse-400 text-verse-600 hover:text-verse-100 hover:dark:text-verse-100">
+ class="flex justify-center gap-2 items-center dark:text-verse-400 text-verse-600 hover:text-verse-900 hover:dark:text-verse-100">
68
<Icon name="carbon:logo-github" class="w-4 h-4" />
69
<p class="font-heading ">
70
{{ person?.github_account }}
0 commit comments