refactor: use github avatar (#789)
This commit is contained in:
parent
22729eed70
commit
0d66038eaa
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ const handleShowCommit = () => {
|
|||
external target="_blank"
|
||||
>
|
||||
<template #icon>
|
||||
<img :src="`https://res.cloudinary.com/dchoja2nb/image/twitter_name/h_32,w_32/f_auto/${team.twitter}.jpg`" :alt="team.display" rounded-full w-8 h-8 height="32" width="32">
|
||||
<img :src="`https://github.com/${team.github}.png?size=100`" :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