Skip to content

Commit

Permalink
Merge db29b39 into ae23932
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Oct 8, 2023
2 parents ae23932 + db29b39 commit 3d0ba5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnderlineNav2/UnderlineNav2.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default {
export const Default: ComponentStory<typeof UnderlineNav> = () => {
const children = ['Code', 'Pull requests', 'Actions', 'Projects', 'Wiki']
return (
<UnderlineNav>
<UnderlineNav aria-label="Repository">
{children.map((child: string, index: number) => (
<UnderlineNavItem key={index} href="#" aria-current={index === 0 ? 'page' : undefined}>
{child}
Expand Down

0 comments on commit 3d0ba5f

Please sign in to comment.