From 35f72351d0ff067aecc5c4588e266d094085853a Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 18 Jul 2024 17:51:07 +0200 Subject: [PATCH] docs(avatar): update --- docs/content/3.components/avatar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/3.components/avatar.md b/docs/content/3.components/avatar.md index a1a5ef34..3bb657db 100644 --- a/docs/content/3.components/avatar.md +++ b/docs/content/3.components/avatar.md @@ -80,13 +80,13 @@ The `alt` prop will be used as the `alt` attribute of the image. You can use the [Tooltip](/components/tooltip) component to display a tooltip when hovering the Avatar. -:component-example{name="AvatarTooltipExample"} +:component-example{name="avatar-tooltip-example"} ### With chip You can use the [Chip](/components/chip) component to display a chip around the Avatar. -:component-example{name="AvatarChipExample"} +:component-example{name="avatar-chip-example"} ## API