perf: use team avatars from local (#793)
This commit is contained in:
parent
d279d618a5
commit
95c825522e
12 changed files with 34 additions and 2 deletions
|
@ -32,7 +32,7 @@ const emit = defineEmits<{
|
|||
<p flex="~ gap-2 wrap" mxa>
|
||||
<template v-for="team of teams" :key="team.github">
|
||||
<a :href="`https://github.com/sponsors/${team.github}`" target="_blank" rounded-full transition duration-300 border="~ transparent" hover="scale-105 border-primary">
|
||||
<img :src="`https://github.com/${team.github}.png?size=60`" :alt="team.display" rounded-full w-15 h-15 height="60" width="60">
|
||||
<img :src="`/avatars/${team.github}-100x100.png`" :alt="team.display" rounded-full w-15 h-15 height="60" width="60">
|
||||
</a>
|
||||
</template>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue