Skip to content

Commit 4b641a7

Browse files
authored
chore: add aria=label to custom popover story in s2 (#7699)
1 parent 2905848 commit 4b641a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/s2/stories/Popover.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const HelpCenter = (args: any) => (
4141
<Help />
4242
</ActionButton>
4343
<Popover {...args}>
44-
<Tabs density="compact">
44+
<Tabs density="compact" aria-label="Support and assistance tabs">
4545
<TabList styles={style({marginX: 12})}>
4646
<Tab id="help">Help</Tab>
4747
<Tab id="support">Support</Tab>

0 commit comments

Comments
 (0)