perf: use team avatars from local (#793)

This commit is contained in:
Joaquín Sánchez 2023-01-05 11:03:32 +01:00 committed by GitHub
parent d279d618a5
commit 95c825522e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 34 additions and 2 deletions

View file

@ -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>