docs: consistent avatar urls

This commit is contained in:
Benjamin Canac
2024-10-17 16:31:51 +02:00
parent 0f9349f920
commit e137577a72
6 changed files with 12 additions and 12 deletions

View File

@@ -18,6 +18,6 @@ onMounted(() => {
<template>
<UChip :color="color" :show="show" inset>
<UAvatar src="https://avatars.githubusercontent.com/u/739984?v=4" />
<UAvatar src="https://github.com/benjamincanac.png" />
</UChip>
</template>