diff --git a/src/sections/General/Navigation/index.js b/src/sections/General/Navigation/index.js index bc85cb22960a6..c3824fdaf3873 100644 --- a/src/sections/General/Navigation/index.js +++ b/src/sections/General/Navigation/index.js @@ -381,38 +381,40 @@ const Navigation = () => { {menu.actionItems !== undefined && menu.actionItems.map((actionItem, index) => actionItem.actionName === "Join the discussion" ? ( - { - changeDropdownState(); - closeDropDown(); - }} - > - - {actionItem.actionName}{" "} - - - +
  • + { + changeDropdownState(); + closeDropDown(); + }} + > + + {actionItem.actionName}{" "} + + + +
  • ) : ( - { - changeDropdownState(); - closeDropDown(); - }} - > - - {actionItem.actionName}{" "} - - - +
  • + { + changeDropdownState(); + closeDropDown(); + }} + > + + {actionItem.actionName}{" "} + + + +
  • ) )}