Skip to content

Commit

Permalink
change(megamenu): set children to be appended to the right of the men…
Browse files Browse the repository at this point in the history
…u title
  • Loading branch information
ichim-david committed Oct 5, 2022
1 parent 840c156 commit b69c23a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/Header/HeaderMenuPopUp.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const Topics = ({ menuItem, renderMenuItem }) => (
menuItem,
{ className: 'ui button inverted icon right labeled' },
{
iconPosition: 'right',
children: (
<>
{/* Add word overview to titles */}
Expand Down Expand Up @@ -283,6 +284,7 @@ const NestedAccordion = ({ menuItems, renderMenuItem, pathName }) => {
overview,
{ className: 'ui button inverted icon right labeled' },
{
iconPosition: 'right',
children: (
<>
{/* Add word overview to titles */}
Expand Down Expand Up @@ -336,6 +338,7 @@ function HeaderMenuPopUp({
menuItem,
{ className: 'ui button inverted icon right labeled' },
{
iconPosition: 'right',
children: (
<>
{/* Add word overview to titles */}
Expand Down

0 comments on commit b69c23a

Please sign in to comment.