Skip to content

Commit

Permalink
Merge pull request #1107 from equinor/rename-web-console-links
Browse files Browse the repository at this point in the history
remove text "Radix" from links to web consoles in top navbar
  • Loading branch information
nilsgstrabo authored Sep 30, 2024
2 parents 43cfab6 + f716608 commit a2450d7
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 a2450d7

Please sign in to comment.