Skip to content

Commit 40a61d1

Browse files
katiekleinkatiegoines
andauthored
add id to popovertrigger (#7881)
Co-authored-by: katiegoines <katiegoines@gmail.com>
1 parent 9ea374e commit 40a61d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/PlatformNavigator/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ export function PlatformNavigator({
5151
<Flex alignItems="center">
5252
<Popover flex="1 0 auto">
5353
<Popover.Trigger
54+
id="selectedLabel"
5455
className={`platform-navigator__button`}
5556
isFullWidth={true}
56-
aria-describedby="platformNavigatorLabel"
57+
aria-labelledby="platformNavigatorLabel selectedLabel"
5758
>
5859
{platformItem.icon}
5960
{platformTitle}

0 commit comments

Comments
 (0)