We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8bfa6 commit e3d0a94Copy full SHA for e3d0a94
apps/docs/content/components/BreakoutBanner/react.mdx
@@ -100,8 +100,14 @@ The content alignment can be changed using the `align` prop on the root `Breakou
100
101
### Leading visual
102
103
+<Note variant="warning">
104
+ An accessible label should always be provided for the leading visual.
105
+</Note>
106
+
107
```jsx live
-<BreakoutBanner leadingVisual={<LogoGithubIcon size="medium" />}>
108
+<BreakoutBanner
109
+ leadingVisual={<LogoGithubIcon size="medium" aria-label="GitHub logo" />}
110
+>
111
<BreakoutBanner.Heading>
112
Where the most ambitious teams build great things
113
</BreakoutBanner.Heading>
0 commit comments