mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs: consistent avatar urls
This commit is contained in:
@@ -2,21 +2,21 @@
|
||||
<UAvatarGroup>
|
||||
<UChip inset color="success">
|
||||
<UAvatar
|
||||
src="https://avatars.githubusercontent.com/u/739984?v=4"
|
||||
src="https://github.com/benjamincanac.png"
|
||||
alt="Benjamin Canac"
|
||||
/>
|
||||
</UChip>
|
||||
|
||||
<UChip inset color="warning">
|
||||
<UAvatar
|
||||
src="https://avatars.githubusercontent.com/u/25613751?v=4"
|
||||
src="https://github.com/romhml.png"
|
||||
alt="Romain Hamel"
|
||||
/>
|
||||
</UChip>
|
||||
|
||||
<UChip inset color="error">
|
||||
<UAvatar
|
||||
src="https://avatars.githubusercontent.com/u/19751938?v=4"
|
||||
src="https://github.com/noook.png"
|
||||
alt="Neil Richter"
|
||||
/>
|
||||
</UChip>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
raw
|
||||
>
|
||||
<UAvatar
|
||||
src="https://avatars.githubusercontent.com/u/739984?v=4"
|
||||
src="https://github.com/benjamincanac.png"
|
||||
alt="Benjamin Canac"
|
||||
/>
|
||||
</ULink>
|
||||
@@ -19,7 +19,7 @@
|
||||
raw
|
||||
>
|
||||
<UAvatar
|
||||
src="https://avatars.githubusercontent.com/u/25613751?v=4"
|
||||
src="https://github.com/romhml.png"
|
||||
alt="Romain Hamel"
|
||||
/>
|
||||
</ULink>
|
||||
@@ -31,7 +31,7 @@
|
||||
raw
|
||||
>
|
||||
<UAvatar
|
||||
src="https://avatars.githubusercontent.com/u/19751938?v=4"
|
||||
src="https://github.com/noook.png"
|
||||
alt="Neil Richter"
|
||||
/>
|
||||
</ULink>
|
||||
|
||||
@@ -2,21 +2,21 @@
|
||||
<UAvatarGroup>
|
||||
<UTooltip text="benjamincanac">
|
||||
<UAvatar
|
||||
src="https://avatars.githubusercontent.com/u/739984?v=4"
|
||||
src="https://github.com/benjamincanac.png"
|
||||
alt="Benjamin Canac"
|
||||
/>
|
||||
</UTooltip>
|
||||
|
||||
<UTooltip text="romhml">
|
||||
<UAvatar
|
||||
src="https://avatars.githubusercontent.com/u/25613751?v=4"
|
||||
src="https://github.com/romhml.png"
|
||||
alt="Romain Hamel"
|
||||
/>
|
||||
</UTooltip>
|
||||
|
||||
<UTooltip text="noook">
|
||||
<UAvatar
|
||||
src="https://avatars.githubusercontent.com/u/19751938?v=4"
|
||||
src="https://github.com/noook.png"
|
||||
alt="Neil Richter"
|
||||
/>
|
||||
</UTooltip>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<UChip inset>
|
||||
<UAvatar
|
||||
src="https://avatars.githubusercontent.com/u/739984?v=4"
|
||||
src="https://github.com/benjamincanac.png"
|
||||
alt="Benjamin Canac"
|
||||
/>
|
||||
</UChip>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<UTooltip text="Benjamin Canac">
|
||||
<UAvatar
|
||||
src="https://avatars.githubusercontent.com/u/739984?v=4"
|
||||
src="https://github.com/benjamincanac.png"
|
||||
alt="Benjamin Canac"
|
||||
/>
|
||||
</UTooltip>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user