Skip to content

Commit

Permalink
Merge pull request #7 from edly-io/tanveer/indigo
Browse files Browse the repository at this point in the history
chore: add user name and remove profile image
  • Loading branch information
hinakhadim authored Jan 25, 2024
2 parents 8bed2ab + 7147dd5 commit 776d378
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/learning-header/AuthenticatedUserDropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types';

import { getConfig } from '@edx/frontend-platform';
import { injectIntl, intlShape } from '@edx/frontend-platform/i18n';
import { Dropdown, Image } from '@edx/paragon';
import { Dropdown } from '@edx/paragon';

import messages from './messages';

Expand All @@ -23,11 +23,7 @@ const AuthenticatedUserDropdown = ({ intl, username }) => {
<span className="line" />
<span className="line" />
</div>
<Image
src={`${getConfig().LMS_BASE_URL}/static/indigo/images/profile.svg`}
alt="Image description"
/>
<span data-hj-suppress className="sr-only">
<span data-hj-suppress className="d-none d-md-inline">
{username}
</span>
</Dropdown.Toggle>
Expand Down

0 comments on commit 776d378

Please sign in to comment.