We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbc36c7 + e065b2a commit 0a41770Copy full SHA for 0a41770
.changelog/221.bugfix.md
@@ -0,0 +1 @@
1
+move: Count rose.prd.oasis.io URL as production deploy
move/src/components/Layout/index.tsx
@@ -10,7 +10,7 @@ export function Layout(props: { header: React.ReactNode; children: React.ReactNo
10
<LayoutBase
11
header={
12
<>
13
- {window.location.origin !== 'https://rose.oasis.io' && (
+ {!['https://rose.oasis.io', 'https://rose.prd.oasis.io'].includes(window.location.origin) && (
14
<div className="warningNotification" style={{ margin: '0 auto' }}>
15
<img src={symbol_warning_svg} alt="Warning" width="24" />
16
<p>Please note this is not production deploy.</p>
0 commit comments