Skip to content

Commit

Permalink
Merge pull request #1 from edly-io/fix/remove-help-option
Browse files Browse the repository at this point in the history
Remove the help option from mfe header
  • Loading branch information
hinakhadim authored Oct 5, 2023
2 parents 76f735e + 4c1296b commit 6ee1720
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- sdaia-dev
jobs:
release:
name: Release
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/frontend-component-header",
"version": "1.0.0-semantically-released",
"name": "@edly-io/sdaia-frontend-header",
"version": "1.0.0",
"description": "The standard header for Open edX",
"main": "dist/index.js",
"publishConfig": {
Expand Down
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 6ee1720

Please sign in to comment.