Skip to content

Commit

Permalink
feat: add a comment for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Jul 9, 2024
1 parent a329cf3 commit 404549b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/learning-header/AuthenticatedUserDropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const AuthenticatedUserDropdown = ({ intl, username, userProfileImage }) => {
{intl.formatMessage(messages.profile)}
</Dropdown.Item>
)}
{/* add drupal's profile button */}
{getConfig().ENABLE_DRUPAL_PROFILE_BUTTON && (
<Dropdown.Item href={`${getConfig().DRUPAL_PROFILE_BUTTON_URL}`}>
<span className="drop-icon"><ProfileIcon className="text-primary" /></span>
Expand Down

0 comments on commit 404549b

Please sign in to comment.