Skip to content

Commit

Permalink
fix(Article): add a11y navigation role to Nav
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 5, 2021
1 parent 20b92ea commit 7102a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Article/ArticleNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface Props {
}

const ArticleNav = ({ post }: Props): JSX.Element => (
<FlexContainer className="justify-between">
<FlexContainer className="justify-between" role="navigation">
<Button
className={classNames(
'w-full h-24 mb-6',
Expand Down

0 comments on commit 7102a69

Please sign in to comment.