Skip to content

Commit

Permalink
Merge pull request #1103 from equinor/make-c2-clsuter-always-visible
Browse files Browse the repository at this point in the history
fix: highlight c2 cluster only when selected
  • Loading branch information
nilsgstrabo authored Sep 26, 2024
2 parents 09b89f8 + 4d9e918 commit 5c57d10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/global-top-nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ export const GlobalTopNav: FunctionComponent = () => {
>
Radix Platform (North Europe)
</TabItemTemplate>
<TabItemTemplate href={externalUrls.radixPlatform2WebConsole} mark>
<TabItemTemplate
href={externalUrls.radixPlatform2WebConsole}
mark={radixClusterBase === clusterBases.radixPlatform2WebConsole}
>
Radix Platform 2 (West Europe)
</TabItemTemplate>
<TabItemTemplate
Expand Down

0 comments on commit 5c57d10

Please sign in to comment.