Skip to content

Commit

Permalink
fix: Hedaer dropdown fixes (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbirali authored Dec 11, 2023
1 parent f2816a0 commit d4ea0b7
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 @@ -24,7 +24,7 @@ const AuthenticatedUserDropdown = ({ intl, username, userProfileImage }) => {
<>
{/* <a className="text-gray-700" href={}>{intl.formatMessage(messages.help)}</a> */}
<Dropdown className="user-dropdown ml-3">
<Dropdown.Toggle variant="none" className="user-dropdown-toggle">
<Dropdown.Toggle variant="none" className="user-dropdown-toggle" id="userProfileDropDown">
<FontAwesomeIcon icon={faUserCircle} className="d-none" size="lg" />
{
userProfileImage && (
Expand Down

0 comments on commit d4ea0b7

Please sign in to comment.