Skip to content

Commit

Permalink
fix: remove the help option from mfe header
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Oct 4, 2023
1 parent 76f735e commit 3e0493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/learning-header/AuthenticatedUserDropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const AuthenticatedUserDropdown = ({ intl, username }) => {

return (
<>
<a className="text-gray-700" href={`${getConfig().SUPPORT_URL}`}>{intl.formatMessage(messages.help)}</a>
{/* <a className="text-gray-700" href={}>{intl.formatMessage(messages.help)}</a> */}
<Dropdown className="user-dropdown ml-3">
<Dropdown.Toggle variant="outline-primary">
<FontAwesomeIcon icon={faUserCircle} className="d-md-none" size="lg" />
Expand Down

0 comments on commit 3e0493d

Please sign in to comment.