Skip to content

Commit

Permalink
Adding env options for next cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
JS Fillman committed Dec 19, 2023
1 parent c4c6da2 commit 5f77420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/layout/TopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ const Enviroment: FC = () => {
ci: 'CI',
'ci-europa': 'EUR',
'narrative-dev': 'NARDEV',
'next': 'NEXT',
next: 'NEXT',
unknown: 'ENV?',
}[env];
return (
Expand Down

0 comments on commit 5f77420

Please sign in to comment.