Skip to content

Commit

Permalink
feat: code review
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinLeCaignec committed Oct 18, 2023
1 parent 41e0220 commit 464472d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export function ResponsiveTabs(props: IResponsiveTabs): ReactNode {
aria-label={dropdownButtonAriaLabel}
className={classes.button}
radius="sm"
role="tab"
>
<CaretDoubleRight />
</ActionIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ exports[`ResponsiveTabs matches snapshot 1`] = `
aria-label="Overflow Button"
class="mantine-UnstyledButton-root mantine-ActionIcon-root mantine-1i00min"
id="responsive-tabs-overflow-button-target"
role="tab"
type="button"
>
<svg
Expand Down

0 comments on commit 464472d

Please sign in to comment.