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 9ea374e commit 40a61d1Copy full SHA for 40a61d1
src/components/PlatformNavigator/index.tsx
@@ -51,9 +51,10 @@ export function PlatformNavigator({
51
<Flex alignItems="center">
52
<Popover flex="1 0 auto">
53
<Popover.Trigger
54
+ id="selectedLabel"
55
className={`platform-navigator__button`}
56
isFullWidth={true}
- aria-describedby="platformNavigatorLabel"
57
+ aria-labelledby="platformNavigatorLabel selectedLabel"
58
>
59
{platformItem.icon}
60
{platformTitle}
0 commit comments