Skip to content

Commit

Permalink
chore: add user name and remove profile image
Browse files Browse the repository at this point in the history
  • Loading branch information
tanveer65 authored and hinakhadim committed Jan 24, 2024
1 parent 496b815 commit 51c3736
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 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,10 +23,9 @@ 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="d-none d-md-inline">
{username}

Check failure on line 27 in src/learning-header/AuthenticatedUserDropdown.jsx

View workflow job for this annotation

GitHub Actions / tests

Expected indentation of 10 space characters but found 12
</span>
<span data-hj-suppress className="sr-only">
{username}
</span>
Expand Down

0 comments on commit 51c3736

Please sign in to comment.