Skip to content

Commit d00e8cd

Browse files
committed
move: Count rose.prd.oasis.io URL as production deploy
1 parent bbc36c7 commit d00e8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

move/src/components/Layout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function Layout(props: { header: React.ReactNode; children: React.ReactNo
1010
<LayoutBase
1111
header={
1212
<>
13-
{window.location.origin !== 'https://rose.oasis.io' && (
13+
{!['https://rose.oasis.io', 'https://rose.prd.oasis.io'].includes(window.location.origin) && (
1414
<div className="warningNotification" style={{ margin: '0 auto' }}>
1515
<img src={symbol_warning_svg} alt="Warning" width="24" />
1616
<p>Please note this is not production deploy.</p>

0 commit comments

Comments
 (0)