Skip to content

Commit

Permalink
Merge pull request #1108 from equinor/master
Browse files Browse the repository at this point in the history
release radix-web-console
  • Loading branch information
nilsgstrabo authored Sep 30, 2024
2 parents 8bd8633 + a2450d7 commit 522372e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/global-top-nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ export const GlobalTopNav: FunctionComponent = () => {
href={externalUrls.radixPlatformWebConsole}
mark={radixClusterBase === clusterBases.radixPlatformWebConsole}
>
Radix Platform (North Europe)
Platform (North Europe)
</TabItemTemplate>
<TabItemTemplate
href={externalUrls.radixPlatform2WebConsole}
mark={radixClusterBase === clusterBases.radixPlatform2WebConsole}
>
Radix Platform 2 (West Europe)
Platform 2 (West Europe)
</TabItemTemplate>
<TabItemTemplate
href={externalUrls.documentation}
Expand Down

0 comments on commit 522372e

Please sign in to comment.