diff --git a/docs/content/docs/2.components/header.md b/docs/content/docs/2.components/header.md index 8e20a0a807..ee1fe81725 100644 --- a/docs/content/docs/2.components/header.md +++ b/docs/content/docs/2.components/header.md @@ -51,6 +51,10 @@ class: '!px-0 !pt-0' You can also use the `title` slot to add your own logo. +::tip{to="#props"} +You should still add the `title` prop to replace the default `aria-label` of the link. +:: + ::component-code --- prettier: true