Skip to content

Commit

Permalink
Merge pull request #1102 from equinor/make-c2-clsuter-always-visible
Browse files Browse the repository at this point in the history
make link to C2 cluster visible to all users
  • Loading branch information
nilsgstrabo authored Sep 26, 2024
2 parents 875993f + 0d43f86 commit 09b89f8
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/components/global-top-nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,11 @@ export const GlobalTopNav: FunctionComponent = () => {
href={externalUrls.radixPlatformWebConsole}
mark={radixClusterBase === clusterBases.radixPlatformWebConsole}
>
Radix Platform
Radix Platform (North Europe)
</TabItemTemplate>
<TabItemTemplate href={externalUrls.radixPlatform2WebConsole} mark>
Radix Platform 2 (West Europe)
</TabItemTemplate>
{(radixClusterBase === clusterBases.radixPlatform2WebConsole && (
<TabItemTemplate
href={externalUrls.radixPlatform2WebConsole}
mark
>
Radix Platform 2
</TabItemTemplate>
)) || <></>}
<TabItemTemplate
href={externalUrls.documentation}
mark={!radixClusterBase}
Expand Down

0 comments on commit 09b89f8

Please sign in to comment.