Skip to content

Commit

Permalink
fix(UIShell): change div to ul (#10516)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandra Davila <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 26, 2022
1 parent 500567a commit e11bf01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const HeaderSideNavItems = ({
},
customClassName
);
return <div className={className}>{children}</div>;
return <ul className={className}>{children}</ul>;
};

HeaderSideNavItems.propTypes = {
Expand Down

0 comments on commit e11bf01

Please sign in to comment.