Skip to content

Commit

Permalink
fix: link fusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Mar 15, 2024
1 parent 5e2a135 commit 9029eb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/short-candles-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fusion-project-portal": patch
---

fix fusion link
2 changes: 1 addition & 1 deletion client/packages/utils/src/url/fusion-portal-url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { PortalConfig } from '@portal/types';
export const getFusionPortalURL = () => {
switch (window._config_.fusionLegacyEnvIdentifier.toLowerCase()) {
case 'fprd':
return 'https://fusion.eqionor.com';
return 'https://fusion.equinor.com';
case 'ci':
return 'https://fusion-s-portal-ci.azurewebsites.net';
case 'fqa':
Expand Down

0 comments on commit 9029eb4

Please sign in to comment.