l-min-components 1.0.677 → 1.0.679

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.677",
3
+ "version": "1.0.679",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -393,7 +393,7 @@ const HeaderComponent = (props) => {
393
393
  </li>
394
394
  <li>
395
395
  <a
396
- href="https://developer-staging-01.learngual.com/notifications/"
396
+ href={`https://559staging.learngual.com/${selectedAccount?.type? selectedAccount?.type?.toLowerCase(): userAccountsDetail?.data[0]?.type?.toLowerCase()}/notifications/`}
397
397
  className={
398
398
  window.location.pathname.includes("notifications") ? "active" : ""
399
399
  }