docs: use nuxt.png in avatars

This commit is contained in:
Benjamin Canac
2024-10-17 17:10:39 +02:00
parent a54c3e49fe
commit 0666884b6f
3 changed files with 3 additions and 3 deletions

View File

@@ -464,7 +464,7 @@ This way, the `size` prop will apply the corresponding styles to the `root` slot
ignore: ignore:
- src - src
props: props:
src: 'https://github.com/benjamincanac.png' src: 'https://github.com/nuxt.png'
size: lg size: lg
--- ---
:: ::

View File

@@ -62,7 +62,7 @@ ignore:
props: props:
title: 'Heads up!' title: 'Heads up!'
description: 'You can change the primary color in your app config.' description: 'You can change the primary color in your app config.'
avatar.src: 'https://github.com/benjamincanac.png' avatar.src: 'https://github.com/nuxt.png'
--- ---
:: ::

View File

@@ -68,7 +68,7 @@ prettier: true
class: 'p-8' class: 'p-8'
props: props:
avatar: avatar:
src: 'https://github.com/benjamincanac.png' src: 'https://github.com/nuxt.png'
--- ---
:: ::