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
|
@ -91,7 +91,7 @@ const handleShowCommit = () => {
|
|||
external target="_blank"
|
||||
>
|
||||
<template #icon>
|
||||
<img :src="`https://github.com/${team.github}.png?size=100`" :alt="team.display" rounded-full w-8 h-8 height="32" width="32">
|
||||
<img :src="`/avatars/${team.github}-60x60.png`" :alt="team.display" rounded-full w-8 h-8 height="32" width="32">
|
||||
</template>
|
||||
</SettingsItem>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue